Structure given when a mouse wheel event is raised. More...
#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>
 Inheritance diagram for SoRemoteVizClient::MouseWheelEventArg:
 Inheritance diagram for SoRemoteVizClient::MouseWheelEventArg:| Public Member Functions | |
| MouseWheelEventArg (SoRemoteVizClient *source, SoMouseWheelEvent *mouseWheelEvent) | |
| Default constructor. | |
| SoRemoteVizClient * | getSource () const | 
| Returns the SoRemoteVizClient node that triggered the event. | |
| SoMouseWheelEvent * | getMouseWheelEvent () const | 
| Returns the mouse wheel event. | |
Structure given when a mouse wheel event is raised.
Please refer to onMouseWheelEvent event.
Definition at line 519 of file SoRemoteVizClient.h.
| 
 | inline | 
Default constructor.
Definition at line 522 of file SoRemoteVizClient.h.
| 
 | inline | 
Returns the mouse wheel event.
Definition at line 529 of file SoRemoteVizClient.h.
| 
 | inline | 
Returns the SoRemoteVizClient node that triggered the event.
Definition at line 526 of file SoRemoteVizClient.h.