ContactManager Class Reference

Manages phone address book contacts. More...

#include <contactmanager.h>

Collaboration diagram for ContactManager:
Collaboration graph
[legend]

List of all members.

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

ContactManagerPrivatem_contactManagerPrivate
 ContactManagerPrivate.

Friends

class ContactManagerPrivate
 Friend class for ContactManagerPrivate.

Detailed Description

Manages phone address book contacts.


Constructor & Destructor Documentation

ContactManager::ContactManager ( QObject *  parent = 0  ) 

Constructor.

Parameters:
parent QObject

Member Function Documentation

QString ContactManager::contactGuid ( const QString &  facebookId  )  const

Returns contact's guid from contact's facebook ID.

Parameters:
facebookId contact's facebook ID
Returns:
contact guid
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.

Parameters:
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.


The documentation for this class was generated from the following files:

Generated on Fri Sep 3 12:05:41 2010 for Situare client for Maemo by  doxygen 1.6.1