Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QOccurrence class holds the data of an occurrence of a calendar appointment. More...
#include <QOccurrence>
The QOccurrence class holds the data of an occurrence of a calendar appointment.
This data includes descriptive data of the appointment and scheduling information.
See also QAppointment and Pim Library.
Constructs an empty occurrence.
Constructs a copy of occurrence;
Constructs an occurrence of the appointment occurring on date. Does not check whether this is a valid occurrence for the appointment.
Destroys the occurrence.
Returns the type of alarm to sound.
Returns the number of minutes before the appointment to activate the alarm.
Returns the date and time for the alarm of the occurrence in the current time zone.
Returns the appointment associated with the occurrence.
Returns the set of categories the appointment belongs to.
Returns true if the occurrence overlaps with the other occurrence. Otherwise returns false.
This is an overloaded member function, provided for convenience.
Returns true if the occurrence overlaps with the time period starting at from and ending at to. Otherwise returns false.
Returns the date that the occurrence starts.
See also endDate(), start(), and end().
Returns the description of the appointment associated with the occurrence.
Returns date and time that the occurrence ends.
See also start(), date(), and endDate().
Returns the date that the occurrence ends.
See also date(), start(), and end().
Returns the end date and time of the occurrence in the current time zone.
Returns true if the occurrence contains valid data. Otherwise returns false.
Returns the location of the appointment associated with the occurrence.
If the appointment has an occurrence following this occurrence, returns the following occurrence. Otherwise returns a null occurrence.
Returns the notes of the appointment associated with the occurrence.
Returns date and time that the occurrence starts.
See also end(), date(), and endDate().
Returns the start date and time of the occurrence in the current time zone.
Returns the notes of the time zone associated with the occurrence.
Returns the unique ID for the appointment associated with the occurrence.
Sets the occurrence to be a copy of other.
Returns true if this occurrence is equal to other. Otherwise returns false.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |