CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::VideoServiceNull Class Reference

#include <cxVideoServiceNull.h>

Inheritance diagram for cx::VideoServiceNull:
cx::VideoService

Public Member Functions

virtual ~VideoServiceNull ()
 
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 ()
 
virtual bool isNull ()
 

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)
 
- Static Public Member Functions inherited from cx::VideoService
static VideoServicePtr getNullObject ()
 

Detailed Description

Definition at line 46 of file cxVideoServiceNull.h.

Constructor & Destructor Documentation

virtual cx::VideoServiceNull::~VideoServiceNull ( )
inlinevirtual

Definition at line 49 of file cxVideoServiceNull.h.

Member Function Documentation

void cx::VideoServiceNull::closeConnection ( )
virtual

Implements cx::VideoService.

Definition at line 70 of file cxVideoServiceNull.cpp.

VideoSourcePtr cx::VideoServiceNull::getActiveVideoSource ( )
virtual

Implements cx::VideoService.

Definition at line 47 of file cxVideoServiceNull.cpp.

QString cx::VideoServiceNull::getConnectionMethod ( )
virtual

Implements cx::VideoService.

Definition at line 61 of file cxVideoServiceNull.cpp.

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

Implements cx::VideoService.

Definition at line 83 of file cxVideoServiceNull.cpp.

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

Implements cx::VideoService.

Definition at line 88 of file cxVideoServiceNull.cpp.

QList< StreamerServicePtr > cx::VideoServiceNull::getStreamerServices ( )
virtual

Implements cx::VideoService.

Definition at line 93 of file cxVideoServiceNull.cpp.

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

Implements cx::VideoService.

Definition at line 52 of file cxVideoServiceNull.cpp.

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

Implements cx::VideoService.

Definition at line 74 of file cxVideoServiceNull.cpp.

bool cx::VideoServiceNull::isNull ( )
virtual

Implements cx::VideoService.

Definition at line 98 of file cxVideoServiceNull.cpp.

void cx::VideoServiceNull::openConnection ( )
virtual

Implements cx::VideoService.

Definition at line 66 of file cxVideoServiceNull.cpp.

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

Implements cx::VideoService.

Definition at line 43 of file cxVideoServiceNull.cpp.

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

Implements cx::VideoService.

Definition at line 57 of file cxVideoServiceNull.cpp.

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

Implements cx::VideoService.

Definition at line 79 of file cxVideoServiceNull.cpp.


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