akregator
#include <mainwindow.h>
Inherits MainWindow.
Public Slots | |
void | slotClearStatusText () |
void | slotSetStatusBarText (const QString &c) |
Public Member Functions | |
MainWindow (QWidget *parent=0, Qt::WindowFlags f=KDE_DEFAULT_WINDOWFLAGS) | |
~MainWindow () | |
bool | loadPart () |
void | setupProgressWidgets () |
Protected Slots | |
void | slotQuit () |
Protected Member Functions | |
bool | queryClose () |
void | readProperties (const KConfigGroup &) |
void | saveProperties (KConfigGroup &) |
Detailed Description
This is the application "Shell".
It has a menubar, toolbar, and statusbar but relies on the "Part" to do all the real work.
Application Shell
Definition at line 62 of file mainwindow.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 60 of file mainwindow.cpp.
MainWindow::~MainWindow | ( | ) |
Definition at line 131 of file mainwindow.cpp.
Member Function Documentation
bool MainWindow::loadPart | ( | ) |
Loads the part.
- Returns
- Whether the part has been successfully created or not.
Definition at line 95 of file mainwindow.cpp.
|
protected |
Reimplemented to say if app will be running in system tray if necessary.
Definition at line 196 of file mainwindow.cpp.
|
protected |
This method is called when this app is restored.
The KConfig object points to the session management config file that was saved with saveProperties
Definition at line 144 of file mainwindow.cpp.
|
protected |
This method is called when it is time for the app to save its properties for session management purposes.
Definition at line 135 of file mainwindow.cpp.
void MainWindow::setupProgressWidgets | ( | ) |
Creates the progress widget in the status bar and the ProgressDialog and connects them.
Definition at line 125 of file mainwindow.cpp.
|
slot |
Definition at line 210 of file mainwindow.cpp.
|
protectedslot |
Definition at line 186 of file mainwindow.cpp.
|
slot |
Definition at line 215 of file mainwindow.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.