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 () |
bool | queryExit () |
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 67 of file mainwindow.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 60 of file mainwindow.cpp.
MainWindow::~MainWindow | ( | ) |
Definition at line 134 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 94 of file mainwindow.cpp.
|
protected |
Reimplemented to say if app will be running in system tray if necessary.
Definition at line 203 of file mainwindow.cpp.
|
protected |
Reimplemented to save settings.
Definition at line 189 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 147 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 138 of file mainwindow.cpp.
void MainWindow::setupProgressWidgets | ( | ) |
Creates the progress widget in the status bar and the ProgressDialog and connects them.
Definition at line 124 of file mainwindow.cpp.
|
slot |
Definition at line 211 of file mainwindow.cpp.
|
protectedslot |
Definition at line 198 of file mainwindow.cpp.
|
slot |
Definition at line 216 of file mainwindow.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.