![]() |
CustusX
18.04-rc6
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 78 of file cxMHDImageStreamer.h.
| cx::DummyImageStreamer::DummyImageStreamer | ( | ) |
Definition at line 215 of file cxMHDImageStreamer.cpp.
|
inlinevirtual |
Definition at line 84 of file cxMHDImageStreamer.h.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 245 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::CommandLineStreamer.
Definition at line 224 of file cxMHDImageStreamer.cpp.
|
virtual |
Definition at line 271 of file cxMHDImageStreamer.cpp.
|
virtual |
Reimplemented from cx::CommandLineStreamer.
Definition at line 262 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 303 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 287 of file cxMHDImageStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 298 of file cxMHDImageStreamer.cpp.