event.cpp
TQString TDE_DEPRECATED dtEndStr() const
Return end date and time as string formatted according to the users locale settings.
Definition: event.cpp:111
void setTransparency(Transparency transparency)
Set the event's time transparency level.
Definition: event.cpp:138
TQString TDE_DEPRECATED dtEndTimeStr() const
Return end time as string formatted according to the users locale settings.
Definition: event.cpp:101
Definition: alarm.h:38
bool isMultiDay() const
Return true if the event spans multiple days, otherwise return false.
Definition: event.cpp:126
This class provides the base class common to all calendar components.
Definition: incidence.h:47
bool doesFloat() const
Return true or false depending on whether the incidence "floats," i.e.
Definition: incidencebase.cpp:222
virtual TQDateTime dtStart() const
returns an event's starting date/time as a TQDateTime.
Definition: incidencebase.cpp:201
void updated()
Call this to notify the observers after the IncidenceBas object has changed.
Definition: incidencebase.cpp:405
TQString TDE_DEPRECATED dtEndDateStr(bool shortfmt=true) const
Return end date as string formatted according to the users locale settings.
Definition: event.cpp:106
Transparency transparency() const
Return the event's time transparency level.
Definition: event.cpp:145