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
void Akregator::MainWindow::setupProgressWidgets | ( | ) |
Creates the progress widget in the status bar and the ProgressDialog and connects them.
Definition at line 134 of file mainwindow.cpp.
bool Akregator::MainWindow::loadPart | ( | ) |
Loads the part.
- Returns:
- Whether the part has been successfully created or not.
Definition at line 97 of file mainwindow.cpp.
void Akregator::MainWindow::saveProperties | ( | KConfig * | ) | [protected] |
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.
void Akregator::MainWindow::readProperties | ( | KConfig * | ) | [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 177 of file mainwindow.cpp.
bool Akregator::MainWindow::queryExit | ( | ) | [protected, virtual] |
bool Akregator::MainWindow::queryClose | ( | ) | [protected, virtual] |
Reimplemented to say if app will be running in system tray if necessary.
Definition at line 256 of file mainwindow.cpp.
The documentation for this class was generated from the following files: