Member Function Documentation
QDate QOrganizerItemParent::originalDate () const
Returns the original date of this instance origin item.
See also setOriginalDate().
QOrganizerItemId QOrganizerItemParent::parentId () const
Returns the id of the item instance origin's parent item.
See also setParentId().
void QOrganizerItemParent::setOriginalDate ( const QDate & date )
Sets the origin date to date.
See also originalDate().
void QOrganizerItemParent::setParentId ( const QOrganizerItemId & parentId )
Sets the parent id of this instance origin item to parentId.
See also parentId().
Member Variable Documentation
const QLatin1Constant QOrganizerItemParent::DefinitionName
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.
const QLatin1Constant QOrganizerItemParent::FieldOriginalDate
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.
const QLatin1Constant QOrganizerItemParent::FieldParentId
The constant key for the field in which the id of the parent recurrent event is stored in details of the QOrganizerItemParent type.