23 #ifndef _TelepathyQt_fixed_feature_factory_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_fixed_feature_factory_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/Global> 
   31 #include <TelepathyQt/SharedPtr> 
   33 #include <TelepathyQt/DBusProxyFactory> 
   35 class QDBusConnection;
 
   53     void addFeature(
const Feature &feature);
 
   54     void addFeatures(
const Features &features);
 
   59     virtual Features featuresFor(
const DBusProxyPtr &proxy) 
const;
 
   63     friend struct Private;
 
The FixedFeatureFactory class is a base class for all D-Bus proxy factories which want the same set o...
Definition: fixed-feature-factory.h:43
The Feature class represents a feature that can be enabled on demand. 
Definition: feature.h:41
The DBusProxyFactory class is a base class for all D-Bus proxy factory classes. Handles proxy caching...
Definition: dbus-proxy-factory.h:48
The Features class represents a list of Feature. 
Definition: feature.h:61