KAlarm Library
kaevent.h
88 AUDIO
97 INVALID_ALARM = 0,
98 MAIN_ALARM = 1,
99 REMINDER_ALARM = 0x02,
100 DEFERRED_ALARM = 0x04,
101 DEFERRED_REMINDER_ALARM = REMINDER_ALARM | DEFERRED_ALARM,
104 AT_LOGIN_ALARM = 0x10,
105 DISPLAYING_ALARM = 0x20
218 BEEP = 0x02,
219 REPEAT_AT_LOGIN = 0x04,
220 ANY_TIME = 0x08,
221 CONFIRM_ACK = 0x10,
222 EMAIL_BCC = 0x20,
223 DEFAULT_FONT = 0x40,
224 REPEAT_SOUND = 0x80,
225 DISABLED = 0x100,
226 AUTO_CLOSE = 0x200,
227 SCRIPT = 0x400,
228 EXEC_IN_XTERM = 0x800,
229 SPEAK = 0x1000,
230 COPY_KORGANIZER = 0x2000,
231 EXCL_HOLIDAYS = 0x4000,
232 WORK_TIME_ONLY = 0x8000,
233 DISPLAY_COMMAND = 0x10000,
234 REMINDER_ONCE = 0x20000
245 ACT_NONE = 0,
246 ACT_DISPLAY = 0x01,
247 ACT_COMMAND = 0x02,
248 ACT_EMAIL = 0x04,
249 ACT_AUDIO = 0x08,
250 ACT_DISPLAY_COMMAND = ACT_DISPLAY | ACT_COMMAND,
251 ACT_ALL = ACT_DISPLAY | ACT_COMMAND | ACT_EMAIL | ACT_AUDIO
267 NO_OCCURRENCE = 0,
268 FIRST_OR_ONLY_OCCURRENCE = 0x01,
269 RECURRENCE_DATE = 0x02,
270 RECURRENCE_DATE_TIME = 0x03,
271 LAST_RECURRENCE = 0x04,
272 OCCURRENCE_REPEAT = 0x10,
273 FIRST_OR_ONLY_OCCURRENCE_REPEAT = OCCURRENCE_REPEAT | FIRST_OR_ONLY_OCCURRENCE,
274 RECURRENCE_DATE_REPEAT = OCCURRENCE_REPEAT | RECURRENCE_DATE,
275 RECURRENCE_DATE_TIME_REPEAT = OCCURRENCE_REPEAT | RECURRENCE_DATE_TIME,
276 LAST_RECURRENCE_REPEAT = OCCURRENCE_REPEAT | LAST_RECURRENCE
284 ALLOW_FOR_REPETITION
294 LIMIT_REMINDER
304 DISPLAY_TRIGGER
310 CMD_NO_ERROR = 0,
311 CMD_ERROR = 0x01,
312 CMD_ERROR_PRE = 0x02,
313 CMD_ERROR_POST = 0x04,
322 CancelOnPreActError = 0x01,
323 DontShowPreActError = 0x02,
324 ExecPreActOnDeferral = 0x04
333 UID_SET
409 bool updateKCalEvent(const KCalCore::Event::Ptr& event, UidAction u, bool setCustomProperties = true) const;
801 void setActions(const QString& pre, const QString& post, bool cancelOnError, bool dontShowError);
1098 bool setRecurMonthlyByPos(int freq, const QVector<MonthPos>& pos, int count, const QDate& end);
1113 bool setRecurAnnualByDate(int freq, const QVector<int>& months, int day, KARecurrence::Feb29Type, int count, const QDate& end);
1126 bool setRecurAnnualByPos(int freq, const QVector<MonthPos>& pos, const QVector<int>& months, int count, const QDate& end);
1213 OccurType nextOccurrence(const KDateTime& preDateTime, DateTime& result, OccurOption option = IGNORE_REPETITION) const;
1224 OccurType previousOccurrence(const KDateTime& afterDateTime, DateTime& result, bool includeRepetitions = false) const;
1241 bool setDisplaying(const KAEvent& event, KAAlarm::Type type, Akonadi::Collection::Id colId, const KDateTime& repeatAtLoginTime, bool showEdit, bool showDefer);
1243 bool setDisplaying(const KAEvent& event, KAAlarm::Type type, const QString& resourceID, const KDateTime& repeatAtLoginTime, bool showEdit, bool showDefer);
1256 void reinstateFromDisplaying(const KCalCore::Event::Ptr& event, Akonadi::Collection::Id& colId, bool& showEdit, bool& showDefer);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:30:15 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:30:15 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.