Home · All Classes · All Namespaces · Modules · Functions · Files
Public Member Functions

Tp::PendingContactAttributes Class Reference
[Connection proxies]

Class containing the parameters of and the reply to an asynchronous request for raw contact attributes, as used in the Connection::contactAttributes() low-level convenience method wrapping the Client::ConnectionInterfaceContactsInterface::GetContactAttributes() D-Bus method. More...

#include <TelepathyQt4/PendingContactAttributes>

Inherits Tp::PendingOperation.

List of all members.

Public Member Functions


Detailed Description

Class containing the parameters of and the reply to an asynchronous request for raw contact attributes, as used in the Connection::contactAttributes() low-level convenience method wrapping the Client::ConnectionInterfaceContactsInterface::GetContactAttributes() D-Bus method.


Constructor & Destructor Documentation

Tp::PendingContactAttributes::~PendingContactAttributes (  ) 

Class destructor.


Member Function Documentation

ConnectionPtr Tp::PendingContactAttributes::connection (  )  const

Returns the Connection object through which the request was made.

Returns:
Pointer to the Connection.
const UIntList & Tp::PendingContactAttributes::contactsRequested (  )  const

Returns the contacts for which attributes were requested.

Returns:
Reference to a list with the handles of the contacts.
const QStringList & Tp::PendingContactAttributes::interfacesRequested (  )  const

Returns the interfaces the corresponding attributes of which were requested.

Returns:
Reference to a list of D-Bus interface names.
bool Tp::PendingContactAttributes::shouldReference (  )  const

Returns whether it was requested that the contact handles should be referenced in addition to fetching their attributes. This corresponds to the reference argument to Connection::contactAttributes().

Returns:
Whether the handles should be referenced or not.
ReferencedHandles Tp::PendingContactAttributes::validHandles (  )  const

If referencing the handles was requested (as indicated by shouldReference()), returns the now-referenced handles resulting from the operation. If the operation has not (yet) finished successfully (isFinished() returns false), or referencing was not requested, the return value is undefined.

Even if referencing was requested, the list will not always contain all of the handles in contactsRequested(), only the ones which were valid. The valid handles will be in the same order as in contactsRequested(), though.

Returns:
ReferencedHandles instance containing the handles.
UIntList Tp::PendingContactAttributes::invalidHandles (  )  const

Returns the handles which were found to be invalid while processing the operation. If the operation has not (yet) finished successfully (isFinished() returns false), the return value is undefined.

Returns:
A list with the invalid handles.
ContactAttributesMap Tp::PendingContactAttributes::attributes (  )  const

Returns a dictionary mapping the valid contact handles in contactsRequested() (when also referencing, this means the contents of validHandles()) to contact attributes. If the operation has not (yet) finished successfully (isFinished() returns false), the return value is undefined.

Returns:
Mapping from handles to variant maps containing the attributes.


Copyright © 2008-2010 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.4.4