The QOrganizerItemInstanceOrigin class contains information about when and from where or whom the organizer item originated. More...
#include <QOrganizerItemInstanceOrigin>
Inherits QOrganizerItemDetail.
QDate | originalDate () const |
QOrganizerItemLocalId | parentLocalId () const |
void | setOriginalDate ( const QDate & date ) |
void | setParentLocalId ( QOrganizerItemLocalId parentId ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldOriginalDate |
const QLatin1Constant | FieldParentLocalId |
The QOrganizerItemInstanceOrigin class contains information about when and from where or whom the organizer item originated.
Returns the original date of this instance origin item.
See also setOriginalDate().
Returns the local id of the item instance origin's parent item.
See also setParentLocalId().
Sets the origin date to date.
See also originalDate().
Sets the parent id of this instance origin item to parentId.
See also parentLocalId().
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 local id of the parent recurrent event is stored in details of the QOrganizerItemInstanceOrigin type.