korganizer
KODialogManager Class Reference
This class manages the dialogs used by the calendar view. More...
#include <kodialogmanager.h>
Inherits QObject.
Public Slots | |
void | showOptionsDialog () |
void | showCategoryEditDialog () |
void | showSearchDialog () |
void | showArchiveDialog () |
void | showFilterEditDialog (TQPtrList< CalFilter > *filters) |
Public Member Functions | |
KODialogManager (CalendarView *) | |
KOIncidenceEditor * | getEditor (Incidence *) |
KOEventEditor * | getEventEditor () |
KOTodoEditor * | getTodoEditor () |
KOJournalEditor * | getJournalEditor () |
void | connectEditor (KOIncidenceEditor *editor) |
void | updateSearchDialog () |
void | connectTypeAhead (KOEventEditor *editor, KOrg::AgendaView *agenda) |
Static Public Member Functions | |
static void | errorSaveIncidence (TQWidget *parent, Incidence *incidence) |
Detailed Description
This class manages the dialogs used by the calendar view.It owns the objects and handles creation and selection.
Definition at line 51 of file kodialogmanager.h.
Member Function Documentation
KOIncidenceEditor * KODialogManager::getEditor | ( | Incidence * | incidence | ) |
Get the appropriate editor for the given incidence.
Definition at line 221 of file kodialogmanager.cpp.
KOEventEditor * KODialogManager::getEventEditor | ( | ) |
KOTodoEditor * KODialogManager::getTodoEditor | ( | ) |
KOJournalEditor * KODialogManager::getJournalEditor | ( | ) |
The documentation for this class was generated from the following files: