#include <mainwindow.h>
Inherits KParts::MainWindow.
Public Slots | |
void | slotClearStatusText () |
void | slotSetStatusBarText (const TQString &c) |
Public Member Functions | |
void | setupProgressWidgets () |
virtual void | setCaption (const TQString &) |
bool | loadPart () |
Protected Slots | |
void | slotQuit () |
Protected Member Functions | |
void | saveProperties (TDEConfig *) |
void | readProperties (TDEConfig *) |
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 73 of file mainwindow.h.
Member Function Documentation
◆ loadPart()
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.
◆ queryClose()
|
protectedvirtual |
Reimplemented to say if app will be running in system tray if necessary.
Definition at line 256 of file mainwindow.cpp.
◆ queryExit()
|
protectedvirtual |
Reimplemented to save settings.
Definition at line 235 of file mainwindow.cpp.
◆ readProperties()
|
protected |
This method is called when this app is restored.
The TDEConfig object points to the session management config file that was saved with saveProperties
Definition at line 177 of file mainwindow.cpp.
◆ saveProperties()
|
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.
◆ setupProgressWidgets()
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: