KOrg::MainWindow Class Reference
interface for korganizer main window. More...
#include <mainwindow.h>
Inheritance diagram for KOrg::MainWindow:

Public Methods | |
MainWindow () | |
virtual | ~MainWindow () |
virtual void | init (bool hasDocument) |
virtual CalendarViewBase * | view () const=0 |
virtual bool | openURL (const KURL &url, bool merge=false)=0 |
virtual bool | saveURL ()=0 |
virtual bool | saveAsURL (const KURL &kurl)=0 |
virtual KURL | getCurrentURL () const=0 |
virtual KXMLGUIFactory * | mainGuiFactory ()=0 |
virtual KXMLGUIClient * | mainGuiClient ()=0 |
virtual QWidget * | topLevelWidget ()=0 |
virtual ActionManager * | actionManager ()=0 |
virtual void | showStatusMessage (const QString &message)=0 |
virtual void | setTitle ()=0 |
void | setHasDocument (bool d) |
bool | hasDocument () const |
Detailed Description
interface for korganizer main window.
- Author:
- Cornelius Schumacher
Definition at line 40 of file mainwindow.h.
Member Function Documentation
|
Load calendar file from URL. Merge into current calendar, if merge is true. Implemented in KOrganizer. |
|
Save calendar file to URL of current calendar.
Implemented in KOrganizer. |
|
Save calendar file to URL.
Implemented in KOrganizer. |
|
Get current URL.
Implemented in KOrganizer. Referenced by KOWindowList::findInstance(). |
|
Return XML GUI factory of this main window.
Implemented in KOrganizer. |
|
Return XML GUI client of this main window.
Implemented in KOrganizer. |
|
Return widget whcih represents this main window.
Implemented in KOrganizer. Referenced by ActionManager::file_open(), and ActionManager::file_openRecent(). |
|
Return ActionManager of this main window.
Implemented in KOrganizer. |
|
Show status mesage in status bar.
Implemented in KOrganizer. Referenced by ActionManager::openURL(), and ActionManager::saveURL(). |
|
Set window title.
Implemented in KOrganizer. |
The documentation for this class was generated from the following file: