KODialogManager Class Reference
#include <kodialogmanager.h>
Inherits TQObject.
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
◆ getEditor()
KOIncidenceEditor * KODialogManager::getEditor | ( | Incidence * | incidence | ) |
Get the appropriate editor for the given incidence.
Definition at line 221 of file kodialogmanager.cpp.
◆ getEventEditor()
KOEventEditor * KODialogManager::getEventEditor | ( | ) |
Get an editor dialog for an Event.
Definition at line 231 of file kodialogmanager.cpp.
◆ getJournalEditor()
KOJournalEditor * KODialogManager::getJournalEditor | ( | ) |
Get an editor dialog for a Journal.
Definition at line 277 of file kodialogmanager.cpp.
◆ getTodoEditor()
KOTodoEditor * KODialogManager::getTodoEditor | ( | ) |
Get an editor dialog for a Todo.
Definition at line 269 of file kodialogmanager.cpp.
The documentation for this class was generated from the following files: