The QOrganizerEvent class provides an event in time which may reoccur More...
#include <QOrganizerEvent>
Inherits: QOrganizerItem.
This class was introduced in Qt Mobility 1.1.
QDateTime | endDateTime () const |
QSet<QDate> | exceptionDates () const |
QOrganizerRecurrenceRule | exceptionRule () const |
QSet<QOrganizerRecurrenceRule> | exceptionRules () const |
bool | isAllDay () const |
QString | location () const |
QOrganizerItemPriority::Priority | priority () const |
QSet<QDate> | recurrenceDates () const |
QOrganizerRecurrenceRule | recurrenceRule () const |
QSet<QOrganizerRecurrenceRule> | recurrenceRules () const |
void | setAllDay ( bool isAllDay ) |
void | setEndDateTime ( const QDateTime & endDateTime ) |
void | setExceptionDates ( const QSet<QDate> & exdates ) |
void | setExceptionRule ( const QOrganizerRecurrenceRule & xrule ) |
void | setExceptionRules ( const QSet<QOrganizerRecurrenceRule> & exrules ) |
void | setLocation ( const QString & location ) |
void | setPriority ( QOrganizerItemPriority::Priority priority ) |
void | setRecurrenceDates ( const QSet<QDate> & rdates ) |
void | setRecurrenceRule ( const QOrganizerRecurrenceRule & rrule ) |
void | setRecurrenceRules ( const QSet<QOrganizerRecurrenceRule> & rrules ) |
void | setStartDateTime ( const QDateTime & startDateTime ) |
QDateTime | startDateTime () const |
The QOrganizerEvent class provides an event in time which may reoccur
A QOrganizerEvent is an item which occurs at a particular point in time and may be associated with a location or have other details. It may have a set of recurrence rules or dates on which the event occurs associated with it, and also exceptions to those recurrences.
Returns the date time at which the event ends (for recurring events, this applies to the first * instance). For all-day events, the time part is meaningless, and the date is to be interpreted * as the inclusive end date.
This function was introduced in Qt Mobility 1.1.
See also setEndDateTime().
Returns the list of dates on which the event explicitly does not occur despite the recurrence rules for the event
This function was introduced in Qt Mobility 1.1.
See also setExceptionDates().
Returns an exception rule which has been explicitly set for the event. Note: if more than one exception rule exists, the order of the rules is undefined, so any one could be returned.
This function was introduced in Qt Mobility 1.1.
See also setExceptionRule().
Returns the list of exception rules for the event
This function was introduced in Qt Mobility 1.1.
See also setExceptionRules().
Returns true if and only if the time component of the start date/time or end date/time are * insignificant.
This function was introduced in Qt Mobility 1.1.
Returns the label of the location at which the event occurs, if known
This function was introduced in Qt Mobility 1.1.
See also setLocation().
Returns the priority of the event
This function was introduced in Qt Mobility 1.1.
See also setPriority().
Returns the list of dates which have been explicitly set as dates on which the event occurs
This function was introduced in Qt Mobility 1.1.
See also setRecurrenceDates().
Returns a recurrence rule which has been explicitly set for the event. Note: if more than one rule exists, the order of the rules is undefined, so any one could be returned.
This function was introduced in Qt Mobility 1.1.
See also setRecurrenceRule().
Returns the list of recurrence rules which define when the event occurs
This function was introduced in Qt Mobility 1.1.
See also setRecurrenceRules().
Sets whether the time-of-day component of the event's start date-time or end date-time is insignificant (eg. this is generally set to true for a birthday). If isAllDay is true, the time-of-day component is considered insignificant, and the event will be an all-day item.
This function was introduced in Qt Mobility 1.1.
See also isAllDay().
Sets the end date time of the event to endDateTime (for recurring events, this applies to the first instance). For all-day events, the time part can be set to any valid value, and the date is to be interpreted as the inclusive end date.
This function was introduced in Qt Mobility 1.1.
See also endDateTime().
Sets the given list of dates exdates to be dates on which the event explicitly does not occur, even if the recurrence rules suggest that the event should occur on those dates. Any previously specified exception dates will be cleared when this function is called.
This function was introduced in Qt Mobility 1.1.
See also exceptionDates().
Sets the given single recurrence rules xrule to be the rule which defines when the event does not occur. Any previously specified exception rules will be cleared when this function is called.
This function was introduced in Qt Mobility 1.1.
See also exceptionRule() and setExceptionRules().
Sets the given list of recurrence rules exrules to be the rules which define when the event does not occur. Any previously specified exception rules will be cleared when this function is called.
This function was introduced in Qt Mobility 1.1.
See also exceptionRules().
Sets the label of the location at which the event occurs to location
This function was introduced in Qt Mobility 1.1.
See also location().
Sets the priority of this event to priority
This function was introduced in Qt Mobility 1.1.
See also priority().
Sets the list of dates rdates to be dates on which the event occurs
This function was introduced in Qt Mobility 1.1.
See also recurrenceDates().
Sets a single recurrence rule rrule to be the rule which define when the event occurs, other than those dates specified explicitly via setRecurrenceDates().
This function was introduced in Qt Mobility 1.1.
See also recurrenceRule() and setRecurrenceRules().
Sets the list of recurrence rules rrules to be the rules which define when the event occurs, other than those dates specified explicitly via setRecurrenceDates().
This function was introduced in Qt Mobility 1.1.
See also recurrenceRules().
Sets the start date time of the event to startDateTime (for recurring events, this applies to * the first instance). For all-day events, the time part can be set to any valid value.
This function was introduced in Qt Mobility 1.1.
See also startDateTime().
Returns the date time at which the event starts (for recurring events, this applies to the first * instance). For all-day events, the time part is meaningless.
This function was introduced in Qt Mobility 1.1.
See also setStartDateTime().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.