#include <>>
Inherited by Tp::DBusProxy, Tp::ProfileManager, and Tp::StreamedMediaStream [private]
.
List of all members.
Public Member Functions
Protected Member Functions
Detailed Description
<TelepathyQt4/ReadyObject>
Constructor & Destructor Documentation
Construct a new ReadyObject object.
- Parameters:
-
|
object |
The RefCounted the object refers to. |
|
featureCore |
The core feature of the object. |
Construct a new ReadyObject object.
- Parameters:
-
|
proxy |
The DBusProxy the object refers to. |
|
featureCore |
The core feature of the object. |
Tp::ReadyObject::~ReadyObject |
( |
|
) |
[virtual] |
Member Function Documentation
bool Tp::ReadyObject::isReady |
( |
const Features & |
features = Features() |
) |
const [virtual] |
Return whether this object has finished its initial setup.
This is mostly useful as a sanity check, in code that shouldn't be run until the object is ready. To wait for the object to be ready, call becomeReady() and connect to the finished signal on the result.
- Parameters:
-
|
features |
The features which should be tested |
- Returns:
true
if the object has finished its initial setup for basic functionality plus the given features
Return a pending operation which will succeed when this object finishes its initial setup, or will fail if a fatal error occurs during this initial setup.
If an empty set is used FeatureCore will be considered as the requested feature.
- Parameters:
-
|
requestedFeatures |
The features which should be enabled |
- Returns:
- A PendingReady object which will emit finished when this object has finished or failed initial setup for basic functionality plus the given features
Features Tp::ReadyObject::requestedFeatures |
( |
|
) |
const [virtual] |
Features Tp::ReadyObject::actualFeatures |
( |
|
) |
const [virtual] |
Features Tp::ReadyObject::missingFeatures |
( |
|
) |
const [virtual] |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation |
Telepathy-Qt4 0.6.5
|