Fraxinus  18.10
An IGT application
cx::IGTLinkClientStreamer Class Reference

#include <cxIGTLinkClientStreamer.h>

Inheritance diagram for cx::IGTLinkClientStreamer:
cx::Streamer

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
 

Detailed Description

Definition at line 34 of file cxIGTLinkClientStreamer.h.

Constructor & Destructor Documentation

cx::IGTLinkClientStreamer::IGTLinkClientStreamer ( )

Definition at line 36 of file cxIGTLinkClientStreamer.cpp.

cx::IGTLinkClientStreamer::~IGTLinkClientStreamer ( )
virtual

Definition at line 43 of file cxIGTLinkClientStreamer.cpp.

Member Function Documentation

bool cx::IGTLinkClientStreamer::isStreaming ( )
virtual

Implements cx::Streamer.

Definition at line 123 of file cxIGTLinkClientStreamer.cpp.

void cx::IGTLinkClientStreamer::setAddress ( QString  address,
int  port 
)

Definition at line 48 of file cxIGTLinkClientStreamer.cpp.

void cx::IGTLinkClientStreamer::startStreaming ( SenderPtr  sender)
virtual

Implements cx::Streamer.

Definition at line 55 of file cxIGTLinkClientStreamer.cpp.

void cx::IGTLinkClientStreamer::stopStreaming ( )
virtual

Implements cx::Streamer.

Definition at line 113 of file cxIGTLinkClientStreamer.cpp.


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