korganizer
KODialogManager Class Reference
#include <kodialogmanager.h>
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.
Public Slots | |
| void | showOptionsDialog () |
| void | showCategoryEditDialog () |
| void | showSearchDialog () |
| void | showArchiveDialog () |
| void | showFilterEditDialog (QPtrList< CalFilter > *filters) |
Public Member Functions | |
| KODialogManager (CalendarView *) | |
| virtual | ~KODialogManager () |
| 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 (QWidget *parent, Incidence *incidence) |
Member Function Documentation
| KOIncidenceEditor * KODialogManager::getEditor | ( | 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:

