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

Public Member Functions | |
MainWindow (const char *name) | |
virtual CalendarViewBase * | view () const=0 |
virtual bool | openURL (const KURL &url, bool merge=false)=0 |
Load calendar file from URL. | |
virtual bool | saveURL ()=0 |
Save calendar file to URL of current calendar. | |
virtual bool | saveAsURL (const KURL &kurl)=0 |
Save calendar file to URL. | |
virtual KURL | getCurrentURL () const=0 |
Get current URL. |
Detailed Description
interface for korganizer main window
- Author:
- Cornelius Schumacher
Definition at line 34 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. |
The documentation for this class was generated from the following file: