![]() |
Home · All Classes · All Functions · | ![]() |
The QContactId class provides information that uniquely identifies a contact in a particular manager. More...
#include <QContactId>
QContactId () | |
QContactId ( const QContactId & other ) | |
~QContactId () | |
QContactLocalId | localId () const |
QString | managerUri () const |
void | setLocalId ( const QContactLocalId & id ) |
void | setManagerUri ( const QString & uri ) |
bool | operator!= ( const QContactId & other ) const |
QContactId & | operator= ( const QContactId & other ) |
bool | operator== ( const QContactId & other ) const |
The QContactId class provides information that uniquely identifies a contact in a particular manager.
It consists of a manager URI which identifies the manager which contains the contact, and the local id of the contact in that manager.
Constructs a new contact id
Constructs a new contact id as a copy of other
Cleans up the memory in use by the contact id
Returns the manager-local id of the contact identified by this contact id
See also setLocalId().
Returns the URI of the manager which contains the contact identified by this id
See also setManagerUri().
Sets the manager-local id of the contact identified by this contact id to id
See also localId().
Sets the URI of the manager which contains the contact identified by this id to uri
See also managerUri().
Returns true if either the manager URI or local id of the contact id is different to that of other
Assigns the contact id to be equal to other
Returns true if the contact id has the same manager URI and local id as other
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |