korganizer
#include <mainwindow.h>
Public Member Functions | |
MainWindow () | |
virtual | ~MainWindow () |
virtual ActionManager * | actionManager ()=0 |
virtual KActionCollection * | getActionCollection () const =0 |
virtual KUrl | getCurrentURL () const =0 |
bool | hasDocument () const |
virtual void | init (bool hasDocument) |
virtual KXMLGUIClient * | mainGuiClient ()=0 |
virtual KXMLGUIFactory * | mainGuiFactory ()=0 |
virtual bool | openURL (const KUrl &url, bool merge=false)=0 |
virtual bool | saveAsURL (const KUrl &kurl)=0 |
virtual bool | saveURL ()=0 |
void | setHasDocument (bool d) |
virtual void | setTitle ()=0 |
virtual void | showStatusMessage (const QString &message)=0 |
virtual QWidget * | topLevelWidget ()=0 |
virtual CalendarViewBase * | view () const =0 |
Detailed Description
interface for korganizer main window
Definition at line 44 of file mainwindow.h.
Constructor & Destructor Documentation
KOrg::MainWindow::MainWindow | ( | ) |
Definition at line 26 of file mainwindow.cpp.
|
virtual |
Definition at line 30 of file mainwindow.cpp.
Member Function Documentation
|
pure virtual |
Return ActionManager of this main window.
Implemented in KOrganizerPart, and KOrganizer.
|
pure virtual |
Return actionCollection of this main window.
Implemented in KOrganizerPart, and KOrganizer.
|
pure virtual |
Get current URL.
Implemented in KOrganizer, and KOrganizerPart.
bool KOrg::MainWindow::hasDocument | ( | ) | const |
Definition at line 44 of file mainwindow.cpp.
|
virtual |
Reimplemented in KOrganizer.
Definition at line 34 of file mainwindow.cpp.
|
pure virtual |
Return XML GUI client of this main window.
Implemented in KOrganizer, and KOrganizerPart.
|
pure virtual |
Return XML GUI factory of this main window.
Implemented in KOrganizer, and KOrganizerPart.
|
pure virtual |
Load calendar file from URL.
Merge into current calendar, if merge is true.
- Parameters
-
url The URL of the calendar to open merge If true, the items from the url are inserted into the current calendar (default resource). Otherwise the URL is added as a new resource.
Implemented in KOrganizer, and KOrganizerPart.
|
pure virtual |
Save calendar file to URL.
Implemented in KOrganizer, and KOrganizerPart.
|
pure virtual |
Save calendar file to URL of current calendar.
Implemented in KOrganizer, and KOrganizerPart.
void KOrg::MainWindow::setHasDocument | ( | bool | d | ) |
Definition at line 39 of file mainwindow.cpp.
|
pure virtual |
Set window title.
Implemented in KOrganizerPart.
|
pure virtual |
Show status message in status bar.
Implemented in KOrganizerPart.
|
pure virtual |
Return widget whcih represents this main window.
Implemented in KOrganizer, and KOrganizerPart.
|
pure virtual |
Implemented in KOrganizer, and KOrganizerPart.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.