KDE PIM / Developers / API Docs / korganizer

KOWindowList Class Reference

This class manages a list of KOrganizer instances, each associated with a window displaying a calendar. manages a list of all KOrganizer instances. More...

#include <kowindowlist.h>

Inherits QObject.

List of all members.

Public Slots

Public Member Functions


Detailed Description

This class manages a list of KOrganizer instances, each associated with a window displaying a calendar. manages a list of all KOrganizer instances.

It acts as relay for signals between this windows and manages information, which requires interaction of all instances.

Author:
Cornelius Schumacher


Constructor & Destructor Documentation

KOWindowList::KOWindowList const char *  name = 0  ) 
 

Constructs a new list of KOrganizer windows.

There should only be one instance of this class. The ActionManager class takes care of this.


Member Function Documentation

bool KOWindowList::lastInstance  ) 
 

Is there only one instance left?

KOrg::MainWindow * KOWindowList::findInstance const KURL &  url  ) 
 

Is there a instance with this URL?

KOrg::MainWindow * KOWindowList::defaultInstance  ) 
 

Return default instance.

This is the main window for the resource based calendar.

void KOWindowList::addWindow KOrg::MainWindow  )  [slot]
 

Register a main window.

void KOWindowList::removeWindow KOrg::MainWindow  )  [slot]
 

Unregister a main window.


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