korganizer
KOEditorGeneralEvent Class Reference
Inheritance diagram for KOEditorGeneralEvent:

Detailed Description
Definition at line 42 of file koeditorgeneralevent.h.
Public Slots | |
void | setDateTimes (const QDateTime &start, const QDateTime &end) |
void | setDuration () |
Signals | |
void | allDayChanged (bool) |
void | dateTimeStrChanged (const QString &) |
void | dateTimesChanged (const QDateTime &start, const QDateTime &end) |
void | editRecurrence () |
void | acceptInvitation () |
void | declineInvitation () |
Public Member Functions | |
KOEditorGeneralEvent (QObject *parent=0, const char *name=0) | |
virtual | ~KOEditorGeneralEvent () |
void | initTime (QWidget *, QBoxLayout *) |
void | initClass (QWidget *, QBoxLayout *) |
void | initInvitationBar (QWidget *parent, QBoxLayout *layout) |
void | finishSetup () |
void | setDefaults (const QDateTime &from, const QDateTime &to, bool allDay) |
void | readEvent (Event *event, Calendar *calendar, bool tmpl=false) |
void | writeEvent (Event *) |
bool | validateInput () |
void | updateRecurrenceSummary (const QString &summary) |
QFrame * | invitationBar () const |
Protected Slots | |
void | timeStuffDisable (bool disable) |
void | associateTime (bool time) |
void | startTimeChanged (QTime) |
void | startDateChanged (const QDate &) |
void | endTimeChanged (QTime) |
void | endDateChanged (const QDate &) |
void | emitDateTimeStr () |
Member Function Documentation
void KOEditorGeneralEvent::setDefaults | ( | const QDateTime & | from, | |
const QDateTime & | to, | |||
bool | allDay | |||
) |
Read event object and setup widgets accordingly.
If templ is true, the event is read as template, i.e. the time and date information isn't set.
Definition at line 320 of file koeditorgeneralevent.cpp.
void KOEditorGeneralEvent::writeEvent | ( | Event * | ) |
bool KOEditorGeneralEvent::validateInput | ( | ) |
Check if the input is valid.
Reimplemented from KOEditorGeneral.
Definition at line 470 of file koeditorgeneralevent.cpp.
The documentation for this class was generated from the following files: