KOIncidenceEditor Class Reference
This is the base class for the calendar component editors. More...
#include <koincidenceeditor.h>
Inheritance diagram for KOIncidenceEditor:

Public Slots | |
| void | updateCategoryConfig () |
Signals | |
| void | editCategories () |
| void | dialogClose (Incidence *) |
Public Member Functions | |
| KOIncidenceEditor (const QString &caption, Calendar *calendar, QWidget *parent) | |
| Construct new IncidenceEditor. | |
| virtual void | init ()=0 |
| Initialize editor. | |
| virtual void | reload ()=0 |
Protected Slots | |
| void | slotApply () |
| void | slotOk () |
| void | slotCancel () |
| virtual void | slotLoadTemplate () |
| virtual void | slotSaveTemplate () |
| virtual void | saveTemplate (const QString &)=0 |
Protected Member Functions | |
| void | setupAttendeesTab () |
| void | createSaveTemplateDialog (SaveTemplateDialog::IncidenceType) |
| QString | loadTemplate (Calendar *cal, const QString &type, const QStringList &templates) |
| void | saveAsTemplate (Incidence *, const QString &name) |
| virtual bool | processInput () |
| Process user input and create or update event. | |
Protected Attributes | |
| Calendar * | mCalendar |
| KPIM::CategorySelectDialog * | mCategoryDialog |
| KOEditorDetails * | mDetails |
Detailed Description
This is the base class for the calendar component editors.
Definition at line 41 of file koincidenceeditor.h.
Constructor & Destructor Documentation
|
||||||||||||||||
|
Construct new IncidenceEditor.
Definition at line 46 of file koincidenceeditor.cpp. |
Member Function Documentation
|
|
Initialize editor. This function creates the tab widgets. Implemented in KOEventEditor, and KOTodoEditor. |
|
|
Process user input and create or update event. Returns false if input is invalid. Reimplemented in KOEventEditor, and KOTodoEditor. Definition at line 86 of file koincidenceeditor.h. |
The documentation for this class was generated from the following files:
