#include <mainwindow.h>
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 TQWidget * | topLevelWidget ()=0 |
| virtual ActionManager * | actionManager ()=0 |
| virtual TDEActionCollection * | getActionCollection () const =0 |
| virtual void | showStatusMessage (const TQString &message)=0 |
| virtual void | setTitle ()=0 |
| void | setHasDocument (bool d) |
| bool | hasDocument () const |
| virtual bool | isCurrentlyActivePart ()=0 |
Detailed Description
interface for korganizer main window
Definition at line 40 of file mainwindow.h.
Member Function Documentation
◆ actionManager()
|
pure virtual |
Return ActionManager of this main window.
Implemented in KOrganizer.
◆ getActionCollection()
|
pure virtual |
Return actionCollection of this main window.
Implemented in KOrganizer.
◆ getCurrentURL()
|
pure virtual |
Get current URL.
Implemented in KOrganizer.
◆ mainGuiClient()
|
pure virtual |
Return XML GUI client of this main window.
Implemented in KOrganizer.
◆ mainGuiFactory()
|
pure virtual |
Return XML GUI factory of this main window.
Implemented in KOrganizer.
◆ openURL()
|
pure virtual |
Load calendar file from URL.
Merge into current calendar, if merge is true.
Implemented in KOrganizer.
◆ saveAsURL()
|
pure virtual |
Save calendar file to URL.
Implemented in KOrganizer.
◆ saveURL()
|
pure virtual |
Save calendar file to URL of current calendar.
Implemented in KOrganizer.
◆ setTitle()
|
pure virtual |
Set window title.
◆ showStatusMessage()
|
pure virtual |
Show status mesage in status bar.
◆ topLevelWidget()
|
pure virtual |
Return widget whcih represents this main window.
Implemented in KOrganizer.
The documentation for this class was generated from the following file:
