Qt Mobility Reference Documentation

QOrganizerItemInstanceOrigin Class Reference

The QOrganizerItemInstanceOrigin class contains information about when and from where or whom the organizer item originated. More...

 #include <QOrganizerItemInstanceOrigin>

Inherits QOrganizerItemDetail.


Public Functions

QDate originalDate () const
QOrganizerItemLocalId parentLocalId () const
void setOriginalDate ( const QDate & date )
void setParentLocalId ( QOrganizerItemLocalId parentId )

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldOriginalDate
const QLatin1Constant FieldParentLocalId

Detailed Description

The QOrganizerItemInstanceOrigin class contains information about when and from where or whom the organizer item originated.


Member Function Documentation

QDate QOrganizerItemInstanceOrigin::originalDate () const

Returns the original date of this instance origin item.

See also setOriginalDate().

QOrganizerItemLocalId QOrganizerItemInstanceOrigin::parentLocalId () const

Returns the local id of the item instance origin's parent item.

See also setParentLocalId().

void QOrganizerItemInstanceOrigin::setOriginalDate ( const QDate & date )

Sets the origin date to date.

See also originalDate().

void QOrganizerItemInstanceOrigin::setParentLocalId ( QOrganizerItemLocalId parentId )

Sets the parent id of this instance origin item to parentId.

See also parentLocalId().


Member Variable Documentation

const QLatin1Constant QOrganizerItemInstanceOrigin::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 QOrganizerItemInstanceOrigin::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 QOrganizerItemInstanceOrigin::FieldParentLocalId

The constant key for the field in which the local id of the parent recurrent event is stored in details of the QOrganizerItemInstanceOrigin type.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.