CustusX  18.04
An IGT application
cx::StreamerServiceProxy Class Reference

Proxy for StreamerServices. More...

#include <cxStreamerServiceProxy.h>

Inheritance diagram for cx::StreamerServiceProxy:
cx::StreamerService

Public Member Functions

 StreamerServiceProxy (ctkPluginContext *context, QString name)
 
virtual ~StreamerServiceProxy ()
 
virtual QString getName ()
 
virtual QString getType () const
 
virtual void stop ()
 
virtual std::vector< PropertyPtrgetSettings (QDomElement root)
 
virtual StreamerPtr createStreamer (QDomElement root)
 
- Public Member Functions inherited from cx::StreamerService
 StreamerService ()
 

Additional Inherited Members

- Static Public Member Functions inherited from cx::StreamerService
static StreamerServicePtr getNullObject ()
 

Detailed Description

Proxy for StreamerServices.

Date
June 02, 2015
Author
Janne Beate Bakeng, SINTEF

Definition at line 27 of file cxStreamerServiceProxy.h.

Constructor & Destructor Documentation

cx::StreamerServiceProxy::StreamerServiceProxy ( ctkPluginContext *  context,
QString  name 
)

Definition at line 18 of file cxStreamerServiceProxy.cpp.

virtual cx::StreamerServiceProxy::~StreamerServiceProxy ( )
inlinevirtual

Definition at line 32 of file cxStreamerServiceProxy.h.

Member Function Documentation

StreamerPtr cx::StreamerServiceProxy::createStreamer ( QDomElement  root)
virtual

Return a streamer that can emit image data.

Implements cx::StreamerService.

Definition at line 46 of file cxStreamerServiceProxy.cpp.

QString cx::StreamerServiceProxy::getName ( )
virtual

Implements cx::StreamerService.

Definition at line 26 of file cxStreamerServiceProxy.cpp.

std::vector< PropertyPtr > cx::StreamerServiceProxy::getSettings ( QDomElement  root)
virtual

Fill settings for this algorithm. Input is the root node for this algo, filled with stored settings (if any). On completion, the root is filled with default values for settings.

Implements cx::StreamerService.

Definition at line 41 of file cxStreamerServiceProxy.cpp.

QString cx::StreamerServiceProxy::getType ( ) const
virtual

Implements cx::StreamerService.

Definition at line 31 of file cxStreamerServiceProxy.cpp.

void cx::StreamerServiceProxy::stop ( )
virtual

Implements cx::StreamerService.

Definition at line 36 of file cxStreamerServiceProxy.cpp.


The documentation for this class was generated from the following files: