#include <TelepathyQt4/Client/PendingConnection>
Public Member Functions | |
~PendingConnection () | |
ConnectionManager * | manager () const |
QSharedPointer< Connection > | connection () const |
Friends | |
struct | Private |
class | ConnectionManager |
Telepathy::Client::PendingConnection::~PendingConnection | ( | ) |
Class destructor.
QSharedPointer< Connection > Telepathy::Client::PendingConnection::connection | ( | ) | const |
Returns the newly created Connection object.
References Telepathy::Client::PendingOperation::isFinished(), Telepathy::Client::PendingOperation::isValid(), and Telepathy::warning().
ConnectionManager * Telepathy::Client::PendingConnection::manager | ( | ) | const |
Return the ConnectionManager object through which the request was made.
friend class ConnectionManager [friend] |
friend struct Private [friend] |