23 #ifndef _TelepathyQt_ready_object_h_HEADER_GUARD_    24 #define _TelepathyQt_ready_object_h_HEADER_GUARD_    26 #ifndef IN_TP_QT_HEADER    27 #error IN_TP_QT_HEADER    30 #include <TelepathyQt/Feature>    39 class ReadinessHelper;
    54     virtual Features requestedFeatures() 
const;
    55     virtual Features actualFeatures() 
const;
    56     virtual Features missingFeatures() 
const;
    63     friend struct Private;
 The RefCounted class is a base class for shared objects used by SharedPtr. 
Definition: shared-ptr.h:42
The PendingReady class represents the features requested and the reply to a request for an object to ...
Definition: pending-ready.h:40
The Features class represents a list of Feature. 
Definition: feature.h:61
Definition: ready-object.h:42
Definition: abstract-adaptor.cpp:31
The ReadinessHelper class is a helper class used by the introspection process. 
Definition: readiness-helper.h:48
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
The DBusProxy class is a base class representing a remote object available over D-Bus. 
Definition: dbus-proxy.h:42