KOrganizer Class Reference
This is the main class for KOrganizer.constructs a new main window for korganizer. More...
#include <korganizer.h>
Inheritance diagram for KOrganizer:


Public Slots | |
void | showStatusMessage (const QString &) |
Public Member Functions | |
KOrganizer (const char *name=0) | |
void | init (bool hasDocument) |
KOrg::CalendarViewBase * | view () const |
ActionManager * | actionManager () |
bool | openURL (const KURL &url, bool merge=false) |
bool | saveURL () |
bool | saveAsURL (const KURL &kurl) |
KURL | getCurrentURL () const |
virtual KXMLGUIFactory * | mainGuiFactory () |
virtual KXMLGUIClient * | mainGuiClient () |
virtual QWidget * | topLevelWidget () |
Protected Slots | |
void | readSettings () |
void | writeSettings () |
void | configureToolbars () |
void | toggleStatusBar () |
void | statusBarPressed (int) |
void | setTitle () |
void | setNumIncoming (int) |
void | setNumOutgoing (int) |
void | newMainWindow (const KURL &) |
void | configureKeyBindings () |
Protected Member Functions | |
void | initActions () |
bool | queryClose () |
bool | queryExit () |
void | saveProperties (KConfig *) |
void | readProperties (KConfig *) |
Detailed Description
This is the main class for KOrganizer.constructs a new main window for korganizer.It extends the KDE KMainWindow. it provides the main view that the user sees upon startup, as well as menus, buttons, etc. etc.
- Author:
- Preston Brown
Definition at line 64 of file korganizer.h.
Constructor & Destructor Documentation
|
Constructs a new main window.
Definition at line 91 of file korganizer.cpp. |
Member Function Documentation
|
Return ActionManager of this main window.
Implements KOrg::MainWindow. Definition at line 81 of file korganizer.h. |
|
Open calendar file from URL. Merge into current calendar, if merge is true. Implements KOrg::MainWindow. Definition at line 324 of file korganizer.cpp. References ActionManager::openURL(). |
|
Save calendar file to URL of current calendar.
Implements KOrg::MainWindow. Definition at line 329 of file korganizer.cpp. References ActionManager::saveURL(). |
|
Save calendar file to URL.
Implements KOrg::MainWindow. Definition at line 334 of file korganizer.cpp. References ActionManager::saveAsURL(). |
|
Get current URL.
Implements KOrg::MainWindow. Definition at line 339 of file korganizer.cpp. References ActionManager::url(). |
|
Return XML GUI factory of this main window.
Implements KOrg::MainWindow. Definition at line 95 of file korganizer.h. |
|
Return XML GUI client of this main window.
Implements KOrg::MainWindow. Definition at line 96 of file korganizer.h. |
|
Return widget whcih represents this main window.
Implements KOrg::MainWindow. Definition at line 97 of file korganizer.h. |
|
show status message
Implements KOrg::MainWindow. Definition at line 319 of file korganizer.cpp. |
|
using the KConfig associated with the kapp variable, read in the settings from the config file.
Definition at line 190 of file korganizer.cpp. References ActionManager::readSettings(). |
|
write current state to config file.
Definition at line 210 of file korganizer.cpp. References ActionManager::writeSettings(). Referenced by queryClose(). |
|
Open toolbar configuration dialog.
Definition at line 282 of file korganizer.cpp. |
|
Sets title of window according to filename and modification state.
Implements KOrg::MainWindow. Definition at line 359 of file korganizer.cpp. References CalendarView::isModified(), CalendarView::isReadOnly(), and ActionManager::url(). |
|
supplied so that close events close calendar properly.
Definition at line 261 of file korganizer.cpp. References ActionManager::queryClose(), and writeSettings(). |
The documentation for this class was generated from the following files: