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

Detailed Description
interface for korganizer main window
- Author:
- Cornelius Schumacher
Definition at line 40 of file mainwindow.h.
Public Member Functions | |
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 KActionCollection * | getActionCollection () const =0 |
virtual void | showStatusMessage (const QString &message)=0 |
virtual void | setTitle ()=0 |
void | setHasDocument (bool d) |
bool | hasDocument () const |
Member Function Documentation
|
Return ActionManager of this main window.
Implemented in KOrganizer, and KOrganizerPart. |
|
Return actionCollection of this main window.
Implemented in KOrganizer, and KOrganizerPart. |
|
Get current URL.
Implemented in KOrganizer, and KOrganizerPart. |
|
Return XML GUI client of this main window.
Implemented in KOrganizer, and KOrganizerPart. |
|
Return XML GUI factory of this main window.
Implemented in KOrganizer, and KOrganizerPart. |
|
Load calendar file from URL. Merge into current calendar, if merge is true. Implemented in KOrganizer, and KOrganizerPart. |
|
Save calendar file to URL.
Implemented in KOrganizer, and KOrganizerPart. |
|
Save calendar file to URL of current calendar.
Implemented in KOrganizer, and KOrganizerPart. |
|
Set window title.
Implemented in KOrganizer, and KOrganizerPart. |
|
Show status mesage in status bar.
Implemented in KOrganizer, and KOrganizerPart. |
|
Return widget whcih represents this main window.
Implemented in KOrganizer, and KOrganizerPart. |
The documentation for this class was generated from the following file: