korganizer

KOrg::MainWindow Class Reference

#include <mainwindow.h>

Inheritance diagram for KOrg::MainWindow:

KOrganizer KOrganizerPart List of all members.

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 CalendarViewBaseview () 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 ActionManageractionManager ()=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

virtual bool KOrg::MainWindow::openURL ( const KURL &  url,
bool  merge = false 
) [pure virtual]

Load calendar file from URL.

Merge into current calendar, if merge is true.

Implemented in KOrganizer, and KOrganizerPart.

virtual bool KOrg::MainWindow::saveURL (  )  [pure virtual]

Save calendar file to URL of current calendar.

Implemented in KOrganizer, and KOrganizerPart.

virtual bool KOrg::MainWindow::saveAsURL ( const KURL &  kurl  )  [pure virtual]

Save calendar file to URL.

Implemented in KOrganizer, and KOrganizerPart.

virtual KURL KOrg::MainWindow::getCurrentURL (  )  const [pure virtual]

Get current URL.

Implemented in KOrganizer, and KOrganizerPart.

virtual KXMLGUIFactory* KOrg::MainWindow::mainGuiFactory (  )  [pure virtual]

Return XML GUI factory of this main window.

Implemented in KOrganizer, and KOrganizerPart.

virtual KXMLGUIClient* KOrg::MainWindow::mainGuiClient (  )  [pure virtual]

Return XML GUI client of this main window.

Implemented in KOrganizer, and KOrganizerPart.

virtual QWidget* KOrg::MainWindow::topLevelWidget (  )  [pure virtual]

Return widget whcih represents this main window.

Implemented in KOrganizer, and KOrganizerPart.

virtual ActionManager* KOrg::MainWindow::actionManager (  )  [pure virtual]

Return ActionManager of this main window.

Implemented in KOrganizer, and KOrganizerPart.

virtual KActionCollection* KOrg::MainWindow::getActionCollection (  )  const [pure virtual]

Return actionCollection of this main window.

Implemented in KOrganizer, and KOrganizerPart.

virtual void KOrg::MainWindow::showStatusMessage ( const QString &  message  )  [pure virtual]

Show status mesage in status bar.

Implemented in KOrganizer, and KOrganizerPart.

virtual void KOrg::MainWindow::setTitle (  )  [pure virtual]

Set window title.

Implemented in KOrganizer, and KOrganizerPart.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys