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

PendingAccount Class Reference
[Account proxies]

#include <TelepathyQt4/PendingAccount>

Inherits Tp::PendingOperation.

List of all members.

Public Member Functions


Detailed Description

Class containing the parameters of and the reply to an asynchronous account request. Instances of this class cannot be constructed directly; the only way to get one is via AccountManager.

Constructor & Destructor Documentation

~PendingAccount (  ) 

Class destructor.


Member Function Documentation

AccountManagerPtr manager (  )  const

Return the AccountManager object through which the request was made.

Returns:
Account Manager object.

AccountPtr account (  )  const

Returns the newly created Account object.

Returns:
Account object.

QString objectPath (  )  const

Returns the account object path or an empty string on error.

This method is useful for creating custom Account objects, so instead of using PendingAccount::account, one could construct a new custom account with the object path.

Returns:
Account object path.


Copyright © 2009 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.1.10