compat.cpp
bool dateMatchesRules(const TQDateTime &qdt) const
Returns true if the date matches the rules.
Definition: recurrencerule.cpp:954
void setDescription(const TQString &description)
Set the long description.
Definition: incidence.cpp:273
int durationTo(const TQDateTime &) const
Returns the number of recurrences up to and including the date/time specified.
Definition: recurrencerule.cpp:1144
Recurrence * recurrence() const
Return the recurrence rule associated with this incidence.
Definition: incidence.cpp:390
This class represents a recurrence rule for a calendar incidence.
Definition: recurrence.h:89
int duration() const
Returns -1 if the event recurs infinitely, 0 if the end date is set, otherwise the total number of re...
Definition: recurrencerule.h:261
int duration() const
Returns -1 if the event recurs infinitely, 0 if the end date is set, otherwise the total number of re...
Definition: recurrence.cpp:395
Definition: alarm.h:38
bool hasStartOffset() const
Return whether the alarm is defined in terms of an offset relative to the start of the event.
Definition: alarm.cpp:456
This class provides compatibility to older (broken) versions of KOrganizer.
Definition: compat.h:45
uint frequency() const
Returns frequency of recurrence, in terms of the recurrence time period type.
Definition: recurrencerule.h:229
This class provides the base class common to all calendar components.
Definition: incidence.h:47
void setDuration(int duration)
Sets the total number of times the event is to occur, including both the first and last.
Definition: recurrencerule.cpp:589
void setStartOffset(const Duration &)
Set offset of alarm in time relative to the start of the event.
Definition: alarm.cpp:443
const Alarm::List & alarms() const
All alarms that are associated with this incidence.
Definition: incidence.cpp:828
void setDuration(int duration)
Sets the total number of times the event is to occur, including both the first and last.
Definition: recurrence.cpp:415
virtual TQDateTime dtStart() const
returns an event's starting date/time as a TQDateTime.
Definition: incidencebase.cpp:201
This class represents a recurrence rule for a calendar incidence.
Definition: recurrencerule.h:169
Duration startOffset() const
Return offset of alarm in time relative to the start of the event.
Definition: alarm.cpp:451