KDE PIM / Developers / API Docs / korganizer

KOrganizer Class Reference

This is the main class for KOrganizer. constructs a new main window for korganizer. More...

#include <korganizer.h>

Inherits KPartsMainWindow, and KOrg::MainWindow.

List of all members.

Public Slots

Public Member Functions

Protected Slots

Protected Member Functions


Detailed Description

This is the main class for KOrganizer. constructs a new main window for korganizer.

It extends the KDE KMainWindow. it provides the main view that the user sees upon startup, as well as menus, buttons, etc. etc.

Author:
Preston Brown


Constructor & Destructor Documentation

KOrganizer::KOrganizer const char *  name = 0  ) 
 

Constructs a new main window.

Parameters:
name Qt internal widget name

Member Function Documentation

ActionManager* KOrganizer::actionManager  )  [inline, virtual]
 

Return ActionManager of this main window.

Implements KOrg::MainWindow.

KActionCollection* KOrganizer::getActionCollection  )  const [inline, virtual]
 

Return actionCollection of this main window.

Implements KOrg::MainWindow.

bool KOrganizer::openURL const KURL &  url,
bool  merge = false
[virtual]
 

Open calendar file from URL.

Merge into current calendar, if merge is true.

Implements KOrg::MainWindow.

bool KOrganizer::saveURL  )  [virtual]
 

Save calendar file to URL of current calendar.

Implements KOrg::MainWindow.

bool KOrganizer::saveAsURL const KURL &  kurl  )  [virtual]
 

Save calendar file to URL.

Implements KOrg::MainWindow.

KURL KOrganizer::getCurrentURL  )  const [virtual]
 

Get current URL.

Implements KOrg::MainWindow.

virtual KXMLGUIFactory* KOrganizer::mainGuiFactory  )  [inline, virtual]
 

Return XML GUI factory of this main window.

Implements KOrg::MainWindow.

virtual KXMLGUIClient* KOrganizer::mainGuiClient  )  [inline, virtual]
 

Return XML GUI client of this main window.

Implements KOrg::MainWindow.

virtual QWidget* KOrganizer::topLevelWidget  )  [inline, virtual]
 

Return widget whcih represents this main window.

Implements KOrg::MainWindow.

void KOrganizer::showStatusMessage const QString &   )  [virtual, slot]
 

show status message

Implements KOrg::MainWindow.

void KOrganizer::readSettings  )  [protected, slot]
 

using the KConfig associated with the kapp variable, read in the settings from the config file.

void KOrganizer::writeSettings  )  [protected, slot]
 

write current state to config file.

void KOrganizer::configureToolbars  )  [protected, slot]
 

Open toolbar configuration dialog.

void KOrganizer::setTitle  )  [protected, virtual, slot]
 

Sets title of window according to filename and modification state.

Implements KOrg::MainWindow.

bool KOrganizer::queryClose  )  [protected]
 

supplied so that close events close calendar properly.


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