CustusX  15.3.4-beta
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::VideoServiceProxy Class Reference

#include <cxVideoServiceProxy.h>

Inheritance diagram for cx::VideoServiceProxy:
cx::VideoService

Public Member Functions

 VideoServiceProxy (ctkPluginContext *pluginContext)
 
bool isNull ()
 
virtual void setActiveVideoSource (QString uid)
 
virtual VideoSourcePtr getActiveVideoSource ()
 
virtual std::vector
< VideoSourcePtr
getVideoSources ()
 
virtual void setConnectionMethod (QString connectionMethod)
 
virtual QString getConnectionMethod ()
 
virtual void openConnection ()
 
virtual void closeConnection ()
 
virtual bool isConnected () const
 
virtual void setPlaybackMode (PlaybackTimePtr controller)
 
virtual std::vector
< TimelineEvent
getPlaybackEvents ()
 
virtual StreamerServicegetStreamerService (QString service)
 
virtual QList< StreamerService * > getStreamerServices ()
 

Static Public Member Functions

static VideoServicePtr create (ctkPluginContext *pluginContext)
 
- Static Public Member Functions inherited from cx::VideoService
static VideoServicePtr getNullObject ()
 

Additional Inherited Members

- Signals inherited from cx::VideoService
void connected (bool on)
 
void activeVideoSourceChanged ()
 
void fps (int)
 
void StreamerServiceAdded (StreamerService *service)
 
void StreamerServiceRemoved (StreamerService *service)
 

Detailed Description

Definition at line 48 of file cxVideoServiceProxy.h.

Constructor & Destructor Documentation

cx::VideoServiceProxy::VideoServiceProxy ( ctkPluginContext *  pluginContext)

Definition at line 50 of file cxVideoServiceProxy.cpp.

Member Function Documentation

void cx::VideoServiceProxy::closeConnection ( )
virtual

Implements cx::VideoService.

Definition at line 140 of file cxVideoServiceProxy.cpp.

VideoServicePtr cx::VideoServiceProxy::create ( ctkPluginContext *  pluginContext)
static

Definition at line 45 of file cxVideoServiceProxy.cpp.

VideoSourcePtr cx::VideoServiceProxy::getActiveVideoSource ( )
virtual

Implements cx::VideoService.

Definition at line 115 of file cxVideoServiceProxy.cpp.

QString cx::VideoServiceProxy::getConnectionMethod ( )
virtual

Implements cx::VideoService.

Definition at line 130 of file cxVideoServiceProxy.cpp.

std::vector< TimelineEvent > cx::VideoServiceProxy::getPlaybackEvents ( )
virtual

Implements cx::VideoService.

Definition at line 155 of file cxVideoServiceProxy.cpp.

StreamerService * cx::VideoServiceProxy::getStreamerService ( QString  service)
virtual

Implements cx::VideoService.

Definition at line 98 of file cxVideoServiceProxy.cpp.

QList< StreamerService * > cx::VideoServiceProxy::getStreamerServices ( )
virtual

Implements cx::VideoService.

Definition at line 103 of file cxVideoServiceProxy.cpp.

std::vector< VideoSourcePtr > cx::VideoServiceProxy::getVideoSources ( )
virtual

Implements cx::VideoService.

Definition at line 120 of file cxVideoServiceProxy.cpp.

bool cx::VideoServiceProxy::isConnected ( ) const
virtual

Implements cx::VideoService.

Definition at line 145 of file cxVideoServiceProxy.cpp.

bool cx::VideoServiceProxy::isNull ( )
virtual

Implements cx::VideoService.

Definition at line 93 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::openConnection ( )
virtual

Implements cx::VideoService.

Definition at line 135 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::setActiveVideoSource ( QString  uid)
virtual

Implements cx::VideoService.

Definition at line 110 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::setConnectionMethod ( QString  connectionMethod)
virtual

Implements cx::VideoService.

Definition at line 125 of file cxVideoServiceProxy.cpp.

void cx::VideoServiceProxy::setPlaybackMode ( PlaybackTimePtr  controller)
virtual

Implements cx::VideoService.

Definition at line 150 of file cxVideoServiceProxy.cpp.


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