korganizer
KOEditorGeneral Class Reference
Inheritance diagram for KOEditorGeneral:

Detailed Description
Definition at line 65 of file koeditorgeneral.h.
Public Slots | |
| void | setCategories (const QStringList &categories) |
| void | selectCategories () |
| void | addAttachments (const QStringList &attachments, const QStringList &mimeTypes=QStringList(), bool inlineAttachment=false) |
Signals | |
| void | openCategoryDialog () |
| void | updateCategoryConfig () |
| void | focusReceivedSignal () |
| void | openURL (const KURL &) |
Public Member Functions | |
| KOEditorGeneral (QObject *parent=0, const char *name=0) | |
| virtual | ~KOEditorGeneral () |
| void | initHeader (QWidget *parent, QBoxLayout *topLayout) |
| void | initDescription (QWidget *, QBoxLayout *) |
| void | initSecrecy (QWidget *, QBoxLayout *) |
| void | initAlarm (QWidget *, QBoxLayout *) |
| void | initAttachments (QWidget *, QBoxLayout *) |
| void | setDefaults (bool allDay) |
| void | readIncidence (Incidence *event, Calendar *calendar) |
| void | writeIncidence (Incidence *) |
| bool | validateInput () |
| void | enableAlarm (bool enable) |
| void | toggleAlarm (bool on) |
| 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 () |
| void | updateAttendeeSummary (int count) |
Protected Member Functions | |
| Alarm * | alarmFromSimplePage () const |
Protected Attributes | |
| QLineEdit * | mSummaryEdit |
| QLineEdit * | mLocationEdit |
| QLabel * | mAttendeeSummaryLabel |
| QLabel * | mAlarmBell |
| QWidgetStack * | mAlarmStack |
| QLabel * | mAlarmInfoLabel |
| QCheckBox * | mAlarmButton |
| QSpinBox * | mAlarmTimeEdit |
| QComboBox * | mAlarmIncrCombo |
| QPushButton * | mAlarmEditButton |
| KTextEdit * | mDescriptionEdit |
| QLabel * | mOwnerLabel |
| QComboBox * | mSecrecyCombo |
| QPushButton * | mCategoriesButton |
| KSqueezedTextLabel * | mCategoriesLabel |
| KOEditorAttachments * | mAttachments |
| QLabel * | mResourceLabel |
Member Function Documentation
| void KOEditorGeneral::setDefaults | ( | bool | allDay | ) |
Read event object and setup widgets accordingly.
Definition at line 390 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 86 of file koeditorgeneral.h.
The documentation for this class was generated from the following files:

