#include <TelepathyQt4/Client/PendingAccount>
Public Member Functions | |
~PendingAccount () | |
AccountManager * | manager () const |
AccountPtr | account () const |
QString | objectPath () const |
Friends | |
struct | Private |
class | AccountManager |
Telepathy::Client::PendingAccount::~PendingAccount | ( | ) |
Class destructor.
AccountPtr Telepathy::Client::PendingAccount::account | ( | ) | const |
Returns the newly created Account object.
References Telepathy::Client::PendingOperation::isFinished(), Telepathy::Client::PendingOperation::isValid(), and Telepathy::warning().
AccountManager * Telepathy::Client::PendingAccount::manager | ( | ) | const |
Return the AccountManager object through which the request was made.
QString Telepathy::Client::PendingAccount::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.
References Telepathy::Client::PendingOperation::isFinished(), Telepathy::Client::PendingOperation::isValid(), and Telepathy::warning().
friend class AccountManager [friend] |
friend struct Private [friend] |