32 #ifndef CXSTREAMERINTERFACEPROXY_H
33 #define CXSTREAMERINTERFACEPROXY_H
54 virtual QString getName();
55 virtual QString getType()
const;
57 virtual std::vector<PropertyPtr> getSettings(QDomElement root);
58 virtual StreamerPtr createStreamer(QDomElement root);
60 void initServiceListener();
64 ctkPluginContext *mPluginContext;
67 boost::shared_ptr<ServiceTrackerListener<StreamerService> > mServiceListener;
72 #endif // CXSTREAMERINTERFACEPROXY_H
Proxy for StreamerServices.
virtual ~StreamerServiceProxy()
boost::shared_ptr< class StreamerService > StreamerServicePtr
Abstract class. Interface to Streamers.
boost::shared_ptr< class Streamer > StreamerPtr