QtMobility Reference Documentation

QOrganizerItemParent Class Reference

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.

Public Functions

QDate originalDate () const
QOrganizerItemId parentId () const
void setOriginalDate ( const QDate & date )
void setParentId ( const QOrganizerItemId & parentId )

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldOriginalDate
const QLatin1Constant FieldParentId

Detailed Description

The QOrganizerItemParent class contains information about the event or todo that generated this item.

Member Function Documentation

QDate QOrganizerItemParent::originalDate () const

Returns the original date of this instance origin item.

This function was introduced in Qt Mobility 1.1.

See also setOriginalDate().

QOrganizerItemId QOrganizerItemParent::parentId () const

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

This function was introduced in Qt Mobility 1.1.

See also setParentId().

void QOrganizerItemParent::setOriginalDate ( const QDate & date )

Sets the origin date to date.

This function was introduced in Qt Mobility 1.1.

See also originalDate().

void QOrganizerItemParent::setParentId ( const QOrganizerItemId & parentId )

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

This function was introduced in Qt Mobility 1.1.

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.

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.