Structure given when a received text message event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Inheritance diagram for SoRemoteVizClient::MessageEventArg:Public Member Functions | |
| MessageEventArg (SoRemoteVizClient *source, const SbString &message) | |
| Default constructor. | |
| SoRemoteVizClient * | getSource () const |
| Returns the SoRemoteVizClient node that triggered the event. | |
| const SbString & | getMessage () const |
| Returns the received message. | |
Structure given when a received text message event is raised.
Please refer to onReceivedMessage event.
Definition at line 375 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 378 of file SoRemoteVizClient.h.
|
inline |
Returns the received message.
Definition at line 385 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 382 of file SoRemoteVizClient.h.