Structure given when a ServiceMessage event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
ServiceMessageEventArg (SoRemoteVizClient *source, State state, SbVec2s renderAreaSize, const SbString &details) | |
Default constructor. | |
SoRemoteVizClient * | getSource () const |
Returns the SoRemoteVizClient node that triggered the event. | |
State | getState () const |
Returns the connection state with the service. | |
const SbVec2s & | getRenderAreaSize () const |
Returns the renderArea size. | |
const SbString & | getDetails () const |
Returns details of the event. | |
Structure given when a ServiceMessage event is raised.
Please refer to onServiceMessage event.
Definition at line 314 of file SoRemoteVizClient.h.
Definition at line 316 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 339 of file SoRemoteVizClient.h.
|
inline |
Returns details of the event.
If State is equal to DISCONNECTED: This parameter is the disconnected reason. It can take the following values "DISPOSED", "REFUSED", "KICKED" and "NETWORKFAILURE". If State is equal to FINISH_BANDWIDTH_CALIBRATION: This parameter is the network bandwidth calibration value (in bit/s). Else if State is equal to FINISH_LATENCY_CALIBRATION: This parameter is the network latency calibration value (in ms). Else this parameter is empty.
Definition at line 361 of file SoRemoteVizClient.h.
|
inline |
Returns the renderArea size.
Definition at line 349 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 343 of file SoRemoteVizClient.h.
|
inline |
Returns the connection state with the service.
Definition at line 346 of file SoRemoteVizClient.h.