Fraxinus
17.12-rc2
An IGT application
|
#include <cxMHDImageStreamer.h>
Public Member Functions | |
DummyImageStreamer () | |
virtual | ~DummyImageStreamer () |
virtual void | initialize (QString filename, bool secondaryStream, bool sendonce=false) |
virtual void | initialize (StringMap arguments) |
virtual void | startStreaming (SenderPtr sender) |
virtual void | stopStreaming () |
virtual bool | isStreaming () |
virtual QString | getType () |
virtual QStringList | getArgumentDescription () |
Public Member Functions inherited from cx::CommandLineStreamer | |
CommandLineStreamer () | |
virtual | ~CommandLineStreamer () |
Public Member Functions inherited from cx::Streamer | |
Streamer () | |
virtual | ~Streamer () |
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... | |
Additional Inherited Members | |
Signals inherited from cx::Streamer | |
void | stateChanged () |
Protected Slots inherited from cx::CommandLineStreamer | |
virtual void | streamSlot () |
Protected Slots inherited from cx::Streamer | |
virtual void | streamSlot ()=0 |
Protected Member Functions inherited from cx::Streamer | |
void | setInitialized (bool initialized) |
bool | isInitialized () |
void | createSendTimer (bool singleshot=false) |
bool | isReadyToSend () |
Protected Attributes inherited from cx::CommandLineStreamer | |
StringMap | mArguments |
Protected Attributes inherited from cx::Streamer | |
SenderPtr | mSender |
QTimer * | mSendTimer |
Reads a mhd file from disk and sends slices at a given interval.
Definition at line 99 of file cxMHDImageStreamer.h.
cx::DummyImageStreamer::DummyImageStreamer | ( | ) |
Definition at line 236 of file cxMHDImageStreamer.cpp.
|
inlinevirtual |
Definition at line 105 of file cxMHDImageStreamer.h.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 266 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 245 of file cxMHDImageStreamer.cpp.
|
virtual |
Definition at line 292 of file cxMHDImageStreamer.cpp.
|
virtual |
Reimplemented from cx::CommandLineStreamer.
Definition at line 283 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 324 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 308 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 319 of file cxMHDImageStreamer.cpp.