Structure given when a renderArea resize event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
Public Member Functions | |
RenderAreaSizeEventArg (SoRemoteVizClient *source, SbVec2s size) | |
Default constructor. | |
SoRemoteVizClient * | getSource () const |
Returns the SoRemoteVizClient node that triggered the event. | |
const SbVec2s & | getSize () const |
Returns the renderArea size. | |
Structure given when a renderArea resize event is raised.
Please refer to onRenderAreaResize event.
Definition at line 419 of file SoRemoteVizClient.h.
|
inline |
Default constructor.
Definition at line 422 of file SoRemoteVizClient.h.
|
inline |
Returns the renderArea size.
Definition at line 429 of file SoRemoteVizClient.h.
|
inline |
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 426 of file SoRemoteVizClient.h.