korganizer Library API Documentation

KODialogManager Class Reference

This class manages the dialogs used by the calendar view. More...

#include <kodialogmanager.h>

Inheritance diagram for KODialogManager:

QObject List of all members.

Public Slots

void showOptionsDialog ()
void showIncomingDialog ()
void showOutgoingDialog ()
void showCategoryEditDialog ()
void showSearchDialog ()
void showArchiveDialog ()
void showFilterEditDialog (QPtrList< CalFilter > *filters)
void showPluginDialog ()

Public Member Functions

 KODialogManager (CalendarView *)
KOEventEditorgetEventEditor ()
 Get an editor dialog for an Event.

KOTodoEditorgetTodoEditor ()
 Get an editor dialog for a Todo.

OutgoingDialog * outgoingDialog ()
IncomingDialog * incomingDialog ()
void updateSearchDialog ()
void setDocumentId (const QString &id)

Detailed Description

This class manages the dialogs used by the calendar view.

It owns the objects and handles creation and selection.

Definition at line 50 of file kodialogmanager.h.


Member Function Documentation

KOEventEditor * KODialogManager::getEventEditor  ) 
 

Get an editor dialog for an Event.

Definition at line 200 of file kodialogmanager.cpp.

References CalendarView::calendar(), and QObject::connect().

Referenced by CalendarView::editEvent(), and CalendarView::newEvent().

KOTodoEditor * KODialogManager::getTodoEditor  ) 
 

Get an editor dialog for a Todo.

Definition at line 226 of file kodialogmanager.cpp.

References CalendarView::calendar(), and QObject::connect().

Referenced by CalendarView::editTodo(), CalendarView::newSubTodo(), and CalendarView::newTodo().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:32 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001