korganizer
KOEditorGeneral Class Reference
Inheritance diagram for KOEditorGeneral:

Detailed Description
Definition at line 62 of file koeditorgeneral.h.
Public Slots | |
| void | setCategories (const QString &) |
Signals | |
| void | openCategoryDialog () |
| void | focusReceivedSignal () |
Public Member Functions | |
| KOEditorGeneral (QObject *parent=0, const char *name=0) | |
| virtual | ~KOEditorGeneral () |
| void | initHeader (QWidget *, QBoxLayout *) |
| void | initDescription (QWidget *, QBoxLayout *) |
| void | initSecrecy (QWidget *, QBoxLayout *) |
| void | initCategories (QWidget *, QBoxLayout *) |
| void | initAlarm (QWidget *, QBoxLayout *) |
| void | setDefaults (bool allDay) |
| void | readIncidence (Incidence *) |
| void | writeIncidence (Incidence *) |
| bool | validateInput () |
| void | enableAlarm (bool enable) |
| void | setSummary (const QString &) |
| void | setDescription (const QString &) |
| QObject * | typeAheadReceiver () const |
Protected Types | |
| enum | AlarmStackPages { SimpleAlarmPage, AdvancedAlarmLabel } |
Protected Slots | |
| void | editAlarms () |
| void | updateAlarmWidgets () |
| void | updateDefaultAlarmTime () |
Protected Member Functions | |
| Alarm * | alarmFromSimplePage () const |
Protected Attributes | |
| QLineEdit * | mSummaryEdit |
| QLineEdit * | mLocationEdit |
| QLabel * | mAlarmBell |
| QWidgetStack * | mAlarmStack |
| QLabel * | mAlarmInfoLabel |
| QCheckBox * | mAlarmButton |
| QSpinBox * | mAlarmTimeEdit |
| QComboBox * | mAlarmIncrCombo |
| QPushButton * | mAlarmEditButton |
| KTextEdit * | mDescriptionEdit |
| QLabel * | mOwnerLabel |
| QComboBox * | mSecrecyCombo |
| QPushButton * | mCategoriesButton |
| KSqueezedTextLabel * | mCategoriesLabel |
Member Function Documentation
| void KOEditorGeneral::setDefaults | ( | bool | allDay | ) |
| void KOEditorGeneral::readIncidence | ( | Incidence * | ) |
Read event object and setup widgets accordingly.
Definition at line 332 of file koeditorgeneral.cpp.
| void KOEditorGeneral::writeIncidence | ( | Incidence * | ) |
| bool KOEditorGeneral::validateInput | ( | ) | [inline] |
Check if the input is valid.
Reimplemented in KOEditorGeneralEvent, and KOEditorGeneralTodo.
Definition at line 83 of file koeditorgeneral.h.
The documentation for this class was generated from the following files:

