KAlarm Library
repetition.cpp
54 Repetition::Repetition()
162 int Repetition::previousRepeatCount(const KDateTime& from, const KDateTime& afterDateTime) const
KCalCore::Duration interval() const
Return the interval between repetitions.
Definition: repetition.cpp:120
int previousRepeatCount(const KDateTime &from, const KDateTime &afterDateTime) const
Find the repetition count for the last repetition before a specified time.
Definition: repetition.cpp:162
int intervalSeconds() const
Return the repetition interval in terms of seconds.
Definition: repetition.cpp:150
Represents a sub-repetition, defined by interval and repeat count.
Definition: repetition.h:47
KCalCore::Duration duration() const
Return the overall duration of the repetition.
Definition: repetition.cpp:125
int intervalMinutes() const
Return the repetition interval in terms of minutes.
Definition: repetition.cpp:145
int nextRepeatCount(const KDateTime &from, const KDateTime &preDateTime) const
Find the repetition count for the next repetition after a specified time.
Definition: repetition.cpp:155
bool isDaily() const
Check whether the repetition interval is in terms of days (as opposed to minutes).
Definition: repetition.cpp:135
void set(const KCalCore::Duration &interval, int count)
Initialises the instance with the specified interval and count.
Definition: repetition.cpp:81
int intervalDays() const
Return the repetition interval in terms of days.
Definition: repetition.cpp:140
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:04:31 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:04:31 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.