akregator/src
Akregator::MainWindow Class Reference
This is the application "Shell". More...
#include <mainwindow.h>
Inherits KParts::MainWindow.
Public Slots | |
void | slotClearStatusText () |
void | slotSetStatusBarText (const QString &c) |
Public Member Functions | |
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 () |
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 74 of file mainwindow.h.
Member Function Documentation
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.
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.
bool Akregator::MainWindow::queryExit | ( | ) | [protected, virtual] |
void Akregator::MainWindow::readProperties | ( | KConfig * | config | ) | [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.
void Akregator::MainWindow::saveProperties | ( | KConfig * | config | ) | [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::setupProgressWidgets | ( | ) |
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: