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

PendingReady Class Reference

#include <TelepathyQt4/PendingReady>

Inherits Tp::PendingOperation.

Inherited by PendingConnect.

List of all members.

Public Member Functions


Detailed Description

Class containing the features requested and the reply to a request for an object to become ready. Instances of this class cannot be constructed directly; the only way to get one is via Object::becomeReady().

Constructor & Destructor Documentation

PendingReady ( const Features requestedFeatures,
QObject *  object,
QObject *  parent = 0 
)

Construct a PendingReady object.

Parameters:
object The object that will become ready.

~PendingReady (  ) 

Class destructor.


Member Function Documentation

QObject * object (  )  const

Return the object through which the request was made.

Returns:
QObject representing the object through which the request was made.

Features requestedFeatures (  )  const

Return the Features that were requested to become ready on the object.

Returns:
Features.


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