QtMobility Reference Documentation

QOrganizerItemGuid Class Reference

The QOrganizerItemGuid class contains the globally unique identifier of the organizer item, which can be used for synchronization purposes. More...

 #include <QOrganizerItemGuid>

Inherits: QOrganizerItemDetail.

This class was introduced in Qt Mobility 1.1.

Public Functions

QString guid () const
void setGuid ( const QString & guid )

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldGuid

Detailed Description

The QOrganizerItemGuid class contains the globally unique identifier of the organizer item, which can be used for synchronization purposes.

Member Function Documentation

QString QOrganizerItemGuid::guid () const

Returns the globally unique identifier which is stored in this detail.

This function was introduced in Qt Mobility 1.1.

See also setGuid().

void QOrganizerItemGuid::setGuid ( const QString & guid )

Sets the globally unique identifier which is stored in this detail to guid.

This function was introduced in Qt Mobility 1.1.

See also guid().

Member Variable Documentation

const QLatin1Constant QOrganizerItemGuid::DefinitionName

The constant string which identifies the definition of details which are globally unique identifiers.

const QLatin1Constant QOrganizerItemGuid::FieldGuid

The constant key for which the globally unique identifier value is stored in details of the QOrganizerItemGuid 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.