11 #ifndef CXSTREAMERINTERFACEPROXY_H 12 #define CXSTREAMERINTERFACEPROXY_H 33 virtual QString getName();
34 virtual QString getType()
const;
37 virtual std::vector<PropertyPtr> getSettings(QDomElement root);
38 virtual StreamerPtr createStreamer(QDomElement root);
40 void initServiceListener();
44 ctkPluginContext *mPluginContext;
47 boost::shared_ptr<ServiceTrackerListener<StreamerService> > mServiceListener;
52 #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
Namespace for all CustusX production code.