korganizer
KOWindowList Class Reference
#include <kowindowlist.h>
Inheritance diagram for KOWindowList:

Detailed Description
This class manages a list of KOrganizer instances, each associated with a window displaying a calendar.It acts as relay for signals between this windows and manages information, which requires interaction of all instances.
manages a list of all KOrganizer instances
Definition at line 44 of file kowindowlist.h.
Public Slots | |
| void | addWindow (KOrg::MainWindow *) |
| void | removeWindow (KOrg::MainWindow *) |
Public Member Functions | |
| KOrg::MainWindow * | defaultInstance () |
| KOrg::MainWindow * | findInstance (const KUrl &url) |
| KOWindowList () | |
| bool | lastInstance () |
| virtual | ~KOWindowList () |
Constructor & Destructor Documentation
| KOWindowList::KOWindowList | ( | ) |
Constructs a new list of KOrganizer windows.
There should only be one instance of this class. The ActionManager class takes care of this.
Definition at line 32 of file kowindowlist.cpp.
| KOWindowList::~KOWindowList | ( | ) | [virtual] |
Definition at line 38 of file kowindowlist.cpp.
Member Function Documentation
| void KOWindowList::addWindow | ( | KOrg::MainWindow * | korg | ) | [slot] |
| KOrg::MainWindow * KOWindowList::defaultInstance | ( | ) |
Return default instance.
This is the main window for the resource based calendar.
Definition at line 69 of file kowindowlist.cpp.
| KOrg::MainWindow * KOWindowList::findInstance | ( | const KUrl & | url | ) |
| bool KOWindowList::lastInstance | ( | ) |
| void KOWindowList::removeWindow | ( | KOrg::MainWindow * | korg | ) | [slot] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference