![]() |
Fraxinus
16.5.0-fx-rc8
An IGT application
|
#include <cxIGTLinkClientStreamer.h>
Public Member Functions | |
| IGTLinkClientStreamer () | |
| virtual | ~IGTLinkClientStreamer () |
| void | setAddress (QString address, int port) |
| virtual void | startStreaming (SenderPtr sender) |
| virtual void | stopStreaming () |
| virtual bool | isStreaming () |
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::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::Streamer | |
| SenderPtr | mSender |
| QTimer * | mSendTimer |
Definition at line 55 of file cxIGTLinkClientStreamer.h.
| cx::IGTLinkClientStreamer::IGTLinkClientStreamer | ( | ) |
Definition at line 57 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Definition at line 64 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 144 of file cxIGTLinkClientStreamer.cpp.
| void cx::IGTLinkClientStreamer::setAddress | ( | QString | address, |
| int | port | ||
| ) |
Definition at line 69 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 76 of file cxIGTLinkClientStreamer.cpp.
|
virtual |
Implements cx::Streamer.
Definition at line 134 of file cxIGTLinkClientStreamer.cpp.