korganizer
KOEditorGeneralJournal Class Reference
List of all members.Detailed Description
Definition at line 46 of file koeditorgeneraljournal.h.
Public Member Functions | |
| KOEditorGeneralJournal (QObject *parent=0, const char *name=0) | |
| virtual | ~KOEditorGeneralJournal () |
| void | initDate (QWidget *, QBoxLayout *) |
| void | initDescription (QWidget *, QBoxLayout *) |
| void | initTitle (QWidget *parent, QBoxLayout *topLayout) |
| void | setDefaults (const QDate &date) |
| void | setDate (const QDate &date) |
| void | setTime (const QTime &time) |
| void | readJournal (Journal *, bool tmpl=false) |
| void | writeJournal (Journal *) |
| bool | validateInput () |
| void | setDescription (const QString &text) |
| void | setSummary (const QString &text) |
| void | finishSetup () |
Protected Attributes | |
| QLineEdit * | mSummaryEdit |
| QLabel * | mSummaryLabel |
| KTextEdit * | mDescriptionEdit |
| QLabel * | mDateLabel |
| KDateEdit * | mDateEdit |
| QCheckBox * | mTimeCheckBox |
| KTimeEdit * | mTimeEdit |
Member Function Documentation
| void KOEditorGeneralJournal::setDefaults | ( | const QDate & | date | ) |
| void KOEditorGeneralJournal::readJournal | ( | Journal * | , | |
| bool | tmpl = false | |||
| ) |
Read journal object and setup widgets accordingly.
Definition at line 138 of file koeditorgeneraljournal.cpp.
| void KOEditorGeneralJournal::writeJournal | ( | Journal * | ) |
| bool KOEditorGeneralJournal::validateInput | ( | ) |
The documentation for this class was generated from the following files:

