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