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 Methods | |
KODialogManager (CalendarView *) | |
virtual | ~KODialogManager () |
KOEventEditor * | getEventEditor () |
KOTodoEditor * | getTodoEditor () |
OutgoingDialog * | outgoingDialog () |
IncomingDialog * | incomingDialog () |
void | updateSearchDialog () |
void | setDocumentId (const QString &id) |
void | connectTypeAhead (KOEventEditor *editor, KOAgendaView *agenda) |
Static Public Methods | |
void | errorSaveEvent (QWidget *parent) |
void | errorSaveTodo (QWidget *parent) |
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 52 of file kodialogmanager.h.
Member Function Documentation
|
Get an editor dialog for an Event.
Definition at line 256 of file kodialogmanager.cpp. References CalendarView::calendar(), and QObject::connect(). Referenced by CalendarView::editEvent(), and CalendarView::newEvent(). |
|
Get an editor dialog for a Todo.
Definition at line 294 of file kodialogmanager.cpp. References CalendarView::calendar(), and QObject::connect(). Referenced by CalendarView::editTodo(), CalendarView::newSubTodo(), and CalendarView::newTodo(). |
The documentation for this class was generated from the following files: