Manages phone address book contacts. More...
#include <contactmanagerprivate.h>

Public Member Functions | |
| ContactManagerPrivate (QObject *parent=0) | |
| Constructor. | |
| QString | contactGuid (const QString &facebookId) const |
| Returns contact's guid from contact's facebook ID. | |
| void | requestContactGuids () |
| Requests contact guids. | |
| ContactManagerPrivate (QObject *parent=0) | |
| Constructor. | |
| QString | contactGuid (const QString &facebookId) const |
| Returns contact's guid from contact's facebook ID. | |
| void | requestContactGuids () |
| Requests contact guids. | |
Private Member Functions | |
| QString | parseFacebookId (const QString &accountUri) const |
| Parses Facebook id from account URI. | |
Private Attributes | |
| ContactManager * | m_parent |
| Parent. | |
| QContactManager * | m_manager |
| Contact manager. | |
| QHash< QString, QString > | m_contactGuids |
| List of contact GUIDS. | |
Manages phone address book contacts.
STUB CLASS.
| ContactManagerPrivate::ContactManagerPrivate | ( | QObject * | parent = 0 |
) |
Constructor.
| parent | QObject |
| ContactManagerPrivate::ContactManagerPrivate | ( | QObject * | parent = 0 |
) |
Constructor.
| parent | QObject |
| QString ContactManagerPrivate::contactGuid | ( | const QString & | facebookId | ) | const |
Returns contact's guid from contact's facebook ID.
RETURNS empty QString.
| facebookId | contact's facebook ID |
| QString ContactManagerPrivate::contactGuid | ( | const QString & | facebookId | ) | const |
Returns contact's guid from contact's facebook ID.
| facebookId | contact's facebook ID |
| QString ContactManagerPrivate::parseFacebookId | ( | const QString & | accountUri | ) | const [private] |
Parses Facebook id from account URI.
| accountUri | Accounts universal resource identifier. |
| void ContactManagerPrivate::requestContactGuids | ( | ) |
Requests contact guids.
Guid is a globally unique ID of a contact, which can be used with other datastores.
DOES NOTHING.
| void ContactManagerPrivate::requestContactGuids | ( | ) |
Requests contact guids.
Guid is a globally unique ID of a contact, which can be used with other datastores.
1.6.1