Manages phone address book contacts. More...
#include <contactmanager.h>
Signals | |
void | contactsGuidsAdded (const QHash< QString, QString > &contactGuids) |
Signal for contacts guids added. | |
Public Member Functions | |
ContactManager (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 Attributes | |
ContactManagerPrivate * | m_contactManagerPrivate |
ContactManagerPrivate. | |
Friends | |
class | ContactManagerPrivate |
Friend class for ContactManagerPrivate. |
Manages phone address book contacts.
ContactManager::ContactManager | ( | QObject * | parent = 0 |
) |
Constructor.
parent | QObject |
QString ContactManager::contactGuid | ( | const QString & | facebookId | ) | const |
Returns contact's guid from contact's facebook ID.
facebookId | contact's facebook ID |
void ContactManager::contactsGuidsAdded | ( | const QHash< QString, QString > & | contactGuids | ) | [signal] |
Signal for contacts guids added.
Contact guids has Facebook ID as key and Guid as value.. Guid is a globally unique ID of a contact, which can be used with other datastores.
contactGuids | list of contact guids |
void ContactManager::requestContactGuids | ( | ) |
Requests contact guids.
Guid is a globally unique ID of a contact, which can be used with other datastores.