#include <TelepathyQt4/Client/PendingReady>
Public Member Functions | |
PendingReady (const Features &requestedFeatures, QObject *object) | |
~PendingReady () | |
QObject * | object () const |
Features | requestedFeatures () const |
Friends | |
struct | Private |
class | ReadinessHelper |
Telepathy::Client::PendingReady::PendingReady | ( | const Features & | requestedFeatures, | |
QObject * | object | |||
) |
Telepathy::Client::PendingReady::~PendingReady | ( | ) |
Class destructor.
QObject * Telepathy::Client::PendingReady::object | ( | ) | const |
Return the object through which the request was made.
Features Telepathy::Client::PendingReady::requestedFeatures | ( | ) | const |
Return the Features that were requested to become ready on the object.
Referenced by Telepathy::Client::ReadinessHelper::becomeReady().
friend struct Private [friend] |
friend class ReadinessHelper [friend] |