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 DBusProxy class is a base class representing a remote object available over D-Bus. 
Definition: dbus-proxy.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 Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
Definition: ready-object.h:42
The ReadinessHelper class is a helper class used by the introspection process. 
Definition: readiness-helper.h:48
The RefCounted class is a base class for shared objects used by SharedPtr. 
Definition: shared-ptr.h:42
The Features class represents a list of Feature. 
Definition: feature.h:61