korganizer Library API Documentation

KOrg::MainWindow Class Reference

interface for korganizer main window More...

#include <mainwindow.h>

Inheritance diagram for KOrg::MainWindow:

KOrganizer List of all members.

Public Member Functions

 MainWindow (const char *name)
virtual CalendarViewBaseview () 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

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.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 15 11:41:12 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001