CustusX  16.5
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 StreamerServicePtr getStreamerService (QString uid)
 
virtual QList< StreamerServicePtrgetStreamerServices ()
 

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 138 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 113 of file cxVideoServiceProxy.cpp.

QString cx::VideoServiceProxy::getConnectionMethod ( )
virtual

Implements cx::VideoService.

Definition at line 128 of file cxVideoServiceProxy.cpp.

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

Implements cx::VideoService.

Definition at line 153 of file cxVideoServiceProxy.cpp.

StreamerServicePtr cx::VideoServiceProxy::getStreamerService ( QString  uid)
virtual

Implements cx::VideoService.

Definition at line 98 of file cxVideoServiceProxy.cpp.

QList< StreamerServicePtr > 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 118 of file cxVideoServiceProxy.cpp.

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

Implements cx::VideoService.

Definition at line 143 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 133 of file cxVideoServiceProxy.cpp.

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

Implements cx::VideoService.

Definition at line 108 of file cxVideoServiceProxy.cpp.

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

Implements cx::VideoService.

Definition at line 123 of file cxVideoServiceProxy.cpp.

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

Implements cx::VideoService.

Definition at line 148 of file cxVideoServiceProxy.cpp.


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