QtMobility Reference Documentation

QContactGuid Class Reference

The QContactGuid class contains a globally unique Id of a contact, for use in synchronization with other datastores. More...

 #include <QContactGuid>

Inherits: QContactDetail.

This class was introduced in Qt Mobility 1.0.

Public Functions

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

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldGuid

Detailed Description

The QContactGuid class contains a globally unique Id of a contact, for use in synchronization with other datastores.

This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.

Member Function Documentation

QString QContactGuid::guid () const

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

This function was introduced in Qt Mobility 1.0.

See also setGuid().

void QContactGuid::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.0.

See also guid().

Member Variable Documentation

const QLatin1Constant QContactGuid::DefinitionName

The string constant for the definition name of QContactGuid details.

const QLatin1Constant QContactGuid::FieldGuid

The field key constant for the value containing the GUID.

See also guid() and setGuid().

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.