CustusX
22.04-rc5
An IGT application
|
#include <cxStreamer.h>
Public Member Functions | |
CommandLineStreamer () | |
virtual | ~CommandLineStreamer () |
virtual QStringList | getArgumentDescription ()=0 |
virtual QString | getType ()=0 |
virtual void | initialize (StringMap arguments) |
Public Member Functions inherited from cx::Streamer | |
Streamer () | |
virtual | ~Streamer () |
virtual void | startStreaming (SenderPtr sender)=0 |
virtual void | stopStreaming ()=0 |
virtual bool | isStreaming ()=0 |
void | setSendInterval (int milliseconds) |
how often an image should be sent (in milliseconds) More... | |
int | getSendInterval () const |
how often an image should be sent (in milliseconds) More... | |
Protected Slots | |
virtual void | streamSlot () |
Protected Slots inherited from cx::Streamer | |
virtual void | streamSlot ()=0 |
Protected Attributes | |
StringMap | mArguments |
Protected Attributes inherited from cx::Streamer | |
SenderPtr | mSender |
QTimer * | mSendTimer |
Additional Inherited Members | |
Signals inherited from cx::Streamer | |
void | stateChanged () |
Protected Member Functions inherited from cx::Streamer | |
void | setInitialized (bool initialized) |
bool | isInitialized () |
void | createSendTimer (bool singleshot=false) |
bool | isReadyToSend () |
Definition at line 83 of file cxStreamer.h.
|
inline |
Definition at line 88 of file cxStreamer.h.
|
inlinevirtual |
Definition at line 89 of file cxStreamer.h.
|
pure virtual |
Implemented in cx::DummyImageStreamer, and cx::ImageStreamerOpenCV.
|
pure virtual |
Implemented in cx::DummyImageStreamer, and cx::ImageStreamerOpenCV.
|
virtual |
Reimplemented in cx::DummyImageStreamer, and cx::ImageStreamerOpenCV.
Definition at line 59 of file cxStreamer.cpp.
|
inlineprotectedvirtualslot |
Definition at line 97 of file cxStreamer.h.
|
protected |
Definition at line 101 of file cxStreamer.h.