KOrganizer Class Reference
This is the main class for KOrganizer.constructs a new main window for korganizer. More...
#include <korganizer.h>
Inherits KPartsMainWindow, and KOrg::MainWindow.
Public Slots
- void showStatusMessage (const QString &)
Public Member Functions
- KOrganizer (const char *name=0)
- void init (bool hasDocument)
- KOrg::CalendarViewBase * view () const
- ActionManager * actionManager ()
- KActionCollection * getActionCollection () const
- 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 newMainWindow (const KURL &)
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
Constructor & Destructor Documentation
|
Constructs a new main window.
|
Member Function Documentation
|
Return ActionManager of this main window.
Implements KOrg::MainWindow. |
|
Return actionCollection of this main window.
Implements KOrg::MainWindow. |
|
Open calendar file from URL. Merge into current calendar, if merge is true. Implements KOrg::MainWindow. |
|
Save calendar file to URL of current calendar.
Implements KOrg::MainWindow. |
|
Save calendar file to URL.
Implements KOrg::MainWindow. |
|
Get current URL.
Implements KOrg::MainWindow. |
|
Return XML GUI factory of this main window.
Implements KOrg::MainWindow. |
|
Return XML GUI client of this main window.
Implements KOrg::MainWindow. |
|
Return widget whcih represents this main window.
Implements KOrg::MainWindow. |
|
show status message
Implements KOrg::MainWindow. |
|
using the KConfig associated with the kapp variable, read in the settings from the config file.
|
|
write current state to config file.
|
|
Open toolbar configuration dialog.
|
|
Sets title of window according to filename and modification state.
Implements KOrg::MainWindow. |
|
supplied so that close events close calendar properly.
|
The documentation for this class was generated from the following files:
- korganizer.h
- korganizer.cpp