kojournaleditor.h
This is the base class for the calendar component editors.
Definition: koincidenceeditor.h:58
KOJournalEditor(Calendar *calendar, TQWidget *parent)
Constructs a new Journal editor.
Definition: kojournaleditor.cpp:46
void editIncidence(Incidence *, const TQDate &date, Calendar *)
Edit an existing Journal.
Definition: kojournaleditor.cpp:99
void setTexts(const TQString &summary, const TQString &description=TQString())
Sets the given summary and description.
Definition: kojournaleditor.cpp:119
bool processInput()
Process user input and create or update event.
Definition: kojournaleditor.cpp:138
void writeJournal(Journal *)
Write event settings to event object.
Definition: kojournaleditor.cpp:187
void readJournal(Journal *, const TQDate &date)
Read event object and setup widgets accordingly.
Definition: kojournaleditor.cpp:180