KODialogManager Class Reference
This class manages the dialogs used by the calendar view. More...
#include <kodialogmanager.h>
Inheritance diagram for KODialogManager:


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 *) | |
| KOEventEditor * | getEventEditor () |
| KOTodoEditor * | getTodoEditor () |
| KOJournalEditor * | getJournalEditor () |
| void | connectEditor (KOIncidenceEditor *editor) |
| OutgoingDialog * | outgoingDialog () |
| IncomingDialog * | incomingDialog () |
| void | updateSearchDialog () |
| void | setDocumentId (const QString &id) |
| void | connectTypeAhead (KOEventEditor *editor, KOAgendaView *agenda) |
Static Public Member Functions | |
| static void | errorSaveEvent (QWidget *parent) |
| static void | errorSaveTodo (QWidget *parent) |
| static void | errorSaveJournal (QWidget *parent) |
Detailed Description
This class manages the dialogs used by the calendar view.It owns the objects and handles creation and selection.
Definition at line 53 of file kodialogmanager.h.
Member Function Documentation
|
|
Get an editor dialog for an Event.
Definition at line 267 of file kodialogmanager.cpp. References CalendarView::calendar(). Referenced by CalendarView::editEvent(), and CalendarView::newEvent(). |
|
|
Get an editor dialog for a Todo.
Definition at line 311 of file kodialogmanager.cpp. References CalendarView::calendar(). Referenced by CalendarView::editTodo(), CalendarView::newSubTodo(), and CalendarView::newTodo(). |
|
|
Get an editor dialog for a Journal.
Definition at line 320 of file kodialogmanager.cpp. References CalendarView::calendar(). Referenced by CalendarView::editJournal(). |
The documentation for this class was generated from the following files:
