korganizer
KOEditorGeneral Class Reference
#include <koeditorgeneral.h>

Detailed Description
Definition at line 74 of file koeditorgeneral.h.
Member Enumeration Documentation
enum KOEditorGeneral::AlarmStackPages [protected] |
Constructor & Destructor Documentation
| KOEditorGeneral::KOEditorGeneral | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 74 of file koeditorgeneral.cpp.
| KOEditorGeneral::~KOEditorGeneral | ( | ) | [virtual] |
Definition at line 80 of file koeditorgeneral.cpp.
Member Function Documentation
| void KOEditorGeneral::addAttachments | ( | const QStringList & | attachments, | |
| const QStringList & | mimeTypes = QStringList(), |
|||
| bool | inlineAttachment = false | |||
| ) | [slot] |
Definition at line 309 of file koeditorgeneral.cpp.
| Alarm * KOEditorGeneral::alarmFromSimplePage | ( | ) | const [protected] |
Definition at line 474 of file koeditorgeneral.cpp.
| void KOEditorGeneral::editAlarms | ( | ) | [protected, slot] |
Definition at line 340 of file koeditorgeneral.cpp.
| void KOEditorGeneral::enableAlarm | ( | bool | enable | ) |
Definition at line 356 of file koeditorgeneral.cpp.
| void KOEditorGeneral::focusReceivedSignal | ( | ) | [signal] |
| void KOEditorGeneral::initAlarm | ( | QWidget * | parent, | |
| QBoxLayout * | topLayout | |||
| ) |
Definition at line 248 of file koeditorgeneral.cpp.
| void KOEditorGeneral::initAttachments | ( | QWidget * | parent, | |
| QBoxLayout * | topLayout | |||
| ) |
Definition at line 301 of file koeditorgeneral.cpp.
| void KOEditorGeneral::initDescription | ( | QWidget * | parent, | |
| QBoxLayout * | topLayout | |||
| ) |
Definition at line 178 of file koeditorgeneral.cpp.
| void KOEditorGeneral::initHeader | ( | QWidget * | parent, | |
| QBoxLayout * | topLayout | |||
| ) |
Definition at line 98 of file koeditorgeneral.cpp.
| void KOEditorGeneral::initSecrecy | ( | QWidget * | parent, | |
| QBoxLayout * | topLayout | |||
| ) |
Definition at line 154 of file koeditorgeneral.cpp.
| void KOEditorGeneral::openCategoryDialog | ( | ) | [signal] |
Reimplemented in KOEditorGeneralJournal.
| void KOEditorGeneral::openURL | ( | const KUrl & | ) | [signal] |
| void KOEditorGeneral::readIncidence | ( | Incidence * | event, | |
| Calendar * | calendar | |||
| ) |
Read event object and setup widgets accordingly.
Definition at line 439 of file koeditorgeneral.cpp.
| void KOEditorGeneral::selectCategories | ( | ) | [slot] |
| void KOEditorGeneral::setCategories | ( | const QStringList & | categories | ) | [slot] |
| void KOEditorGeneral::setDefaults | ( | bool | allDay | ) |
| void KOEditorGeneral::setDescription | ( | const QString & | text, | |
| bool | isRich | |||
| ) |
Definition at line 541 of file koeditorgeneral.cpp.
| void KOEditorGeneral::setDescriptionRich | ( | bool | rich | ) | [protected, slot] |
Definition at line 562 of file koeditorgeneral.cpp.
| void KOEditorGeneral::setSummary | ( | const QString & | text | ) |
| void KOEditorGeneral::toggleAlarm | ( | bool | on | ) |
Definition at line 362 of file koeditorgeneral.cpp.
| QObject * KOEditorGeneral::typeAheadReceiver | ( | ) | const |
Definition at line 552 of file koeditorgeneral.cpp.
| void KOEditorGeneral::updateAlarmWidgets | ( | ) | [protected, slot] |
Definition at line 400 of file koeditorgeneral.cpp.
| void KOEditorGeneral::updateAttendeeSummary | ( | int | count | ) | [protected, slot] |
Definition at line 572 of file koeditorgeneral.cpp.
| void KOEditorGeneral::updateCategoryConfig | ( | ) | [signal] |
| void KOEditorGeneral::updateDefaultAlarmTime | ( | ) | [protected, slot] |
Definition at line 385 of file koeditorgeneral.cpp.
| bool KOEditorGeneral::validateInput | ( | ) | [inline] |
Check if the input is valid.
Reimplemented in KOEditorGeneralEvent, KOEditorGeneralJournal, and KOEditorGeneralTodo.
Definition at line 96 of file koeditorgeneral.h.
| void KOEditorGeneral::writeIncidence | ( | Incidence * | incidence | ) |
Member Data Documentation
QLabel* KOEditorGeneral::mAlarmBell [protected] |
Definition at line 132 of file koeditorgeneral.h.
QCheckBox* KOEditorGeneral::mAlarmButton [protected] |
Definition at line 135 of file koeditorgeneral.h.
QPushButton* KOEditorGeneral::mAlarmEditButton [protected] |
Definition at line 138 of file koeditorgeneral.h.
KComboBox* KOEditorGeneral::mAlarmIncrCombo [protected] |
Definition at line 137 of file koeditorgeneral.h.
QLabel* KOEditorGeneral::mAlarmInfoLabel [protected] |
Definition at line 134 of file koeditorgeneral.h.
QStackedWidget* KOEditorGeneral::mAlarmStack [protected] |
Definition at line 133 of file koeditorgeneral.h.
QSpinBox* KOEditorGeneral::mAlarmTimeEdit [protected] |
Definition at line 136 of file koeditorgeneral.h.
KOEditorAttachments* KOEditorGeneral::mAttachments [protected] |
Definition at line 147 of file koeditorgeneral.h.
QLabel* KOEditorGeneral::mAttendeeSummaryLabel [protected] |
Definition at line 131 of file koeditorgeneral.h.
QPushButton* KOEditorGeneral::mCategoriesButton [protected] |
KSqueezedTextLabel* KOEditorGeneral::mCategoriesLabel [protected] |
KRichTextWidget* KOEditorGeneral::mDescriptionEdit [protected] |
Definition at line 139 of file koeditorgeneral.h.
KToolBar* KOEditorGeneral::mEditToolBar [protected] |
Definition at line 144 of file koeditorgeneral.h.
KToolBar* KOEditorGeneral::mFormatToolBar [protected] |
Definition at line 145 of file koeditorgeneral.h.
KLineEdit* KOEditorGeneral::mLocationEdit [protected] |
Definition at line 130 of file koeditorgeneral.h.
QLabel* KOEditorGeneral::mOwnerLabel [protected] |
Definition at line 140 of file koeditorgeneral.h.
QCheckBox* KOEditorGeneral::mRichDescription [protected] |
Definition at line 146 of file koeditorgeneral.h.
KComboBox* KOEditorGeneral::mSecrecyCombo [protected] |
Definition at line 141 of file koeditorgeneral.h.
KLineEdit* KOEditorGeneral::mSummaryEdit [protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference