akregator/src
Akregator::MainWindow Class Reference
#include <mainwindow.h>
Detailed Description
This is the application "Shell".Application Shell.It has a menubar, toolbar, and statusbar but relies on the "Part" to do all the real work.
Definition at line 74 of file mainwindow.h.
Public Slots | |
void | slotClearStatusText () |
void | slotSetStatusBarText (const QString &c) |
Public Member Functions | |
MainWindow () | |
virtual | ~MainWindow () |
void | setupProgressWidgets () |
virtual void | setCaption (const QString &) |
bool | loadPart () |
Protected Slots | |
void | slotQuit () |
Protected Member Functions | |
void | saveProperties (KConfig *) |
void | readProperties (KConfig *) |
virtual bool | queryExit () |
virtual bool | queryClose () |
Member Function Documentation
|
Loads the part.
Definition at line 97 of file mainwindow.cpp. |
|
Reimplemented to say if app will be running in system tray if necessary.
Definition at line 256 of file mainwindow.cpp. |
|
Reimplemented to save settings.
Definition at line 235 of file mainwindow.cpp. |
|
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 177 of file mainwindow.cpp. |
|
This method is called when it is time for the app to save its properties for session management purposes.
Definition at line 166 of file mainwindow.cpp. |
|
Creates the progress widget in the status bar and the ProgressDialog and connects them.
Definition at line 134 of file mainwindow.cpp. |
The documentation for this class was generated from the following files: