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
|
|
Get the appropriate editor for the given incidence.
Definition at line 221 of file kodialogmanager.cpp. |
|
|
Get an editor dialog for an Event.
Definition at line 231 of file kodialogmanager.cpp. |
|
|
Get an editor dialog for a Journal.
Definition at line 277 of file kodialogmanager.cpp. |
|
|
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:

