KDE PIM / Developers / API Docs / korganizer

KOrg::MainWindow Class Reference

interface for korganizer main window More...

#include <mainwindow.h>

Inherited by KOrganizer, and KOrganizerPart.

List of all members.

Public Member Functions


Detailed Description

interface for korganizer main window

Author:
Cornelius Schumacher


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.

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

Save calendar file to URL of current calendar.

Implemented in KOrganizer.

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

Save calendar file to URL.

Implemented in KOrganizer.

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

Get current URL.

Implemented in KOrganizer.

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

Return XML GUI factory of this main window.

Implemented in KOrganizer.

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

Return XML GUI client of this main window.

Implemented in KOrganizer.

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

Return widget whcih represents this main window.

Implemented in KOrganizer.

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

Return ActionManager of this main window.

Implemented in KOrganizer.

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

Return actionCollection of this main window.

Implemented in KOrganizer.

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

Show status mesage in status bar.

Implemented in KOrganizer.

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

Set window title.

Implemented in KOrganizer.


The documentation for this class was generated from the following file: