KOrg::MainWindow Class Reference
interface for korganizer main window More...
#include <mainwindow.h>
Inherited by KOrganizer, and KOrganizerPart.
Public Member Functions
- 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
Detailed Description
interface for korganizer main window
- Author:
- Cornelius Schumacher
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. |
|
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. |
|
Return ActionManager of this main window.
Implemented in KOrganizer. |
|
Return actionCollection of this main window.
Implemented in KOrganizer. |
|
Show status mesage in status bar.
Implemented in KOrganizer. |
|
Set window title.
Implemented in KOrganizer. |
The documentation for this class was generated from the following file:
- mainwindow.h