The QOrganizerItemParent class contains information about the event or todo that generated this item. More...
#include <QOrganizerItemParent>
Inherits: QOrganizerItemDetail.
This class was introduced in Qt Mobility 1.1.
QDate | originalDate () const |
QOrganizerItemId | parentId () const |
void | setOriginalDate ( const QDate & date ) |
void | setParentId ( const QOrganizerItemId & parentId ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldOriginalDate |
const QLatin1Constant | FieldParentId |
The QOrganizerItemParent class contains information about the event or todo that generated this item.
Returns the original date of this instance origin item.
This function was introduced in Qt Mobility 1.1.
See also setOriginalDate().
Returns the id of the item instance origin's parent item.
This function was introduced in Qt Mobility 1.1.
See also setParentId().
Sets the origin date to date.
This function was introduced in Qt Mobility 1.1.
See also originalDate().
Sets the parent id of this instance origin item to parentId.
This function was introduced in Qt Mobility 1.1.
See also parentId().
The constant string which identifies the definition of details which contain information which identifies the recurrent event of which the organizer item is a particular instance or exception of.
The constant key for the field in which the original date of this instance or exception according to the recurrent series of the parent item is stored.
The constant key for the field in which the id of the parent recurrent event is stored in details of the QOrganizerItemParent type.