Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoRemoteVizClient::MouseWheelEventArg Struct Reference

Structure given when a mouse wheel event is raised. More...

#include <RemoteViz/Clients/nodes/SoRemoteVizClient.h>

+ Inheritance diagram for SoRemoteVizClient::MouseWheelEventArg:

Public Member Functions

 MouseWheelEventArg (SoRemoteVizClient *source, SoMouseWheelEvent *mouseWheelEvent)
 Default constructor.
 
SoRemoteVizClientgetSource () const
 Returns the SoRemoteVizClient node that triggered the event.
 
SoMouseWheelEventgetMouseWheelEvent () const
 Returns the mouse wheel event.
 

Detailed Description

Structure given when a mouse wheel event is raised.

Please refer to onMouseWheelEvent event.

Definition at line 519 of file SoRemoteVizClient.h.

Constructor & Destructor Documentation

◆ MouseWheelEventArg()

SoRemoteVizClient::MouseWheelEventArg::MouseWheelEventArg ( SoRemoteVizClient source,
SoMouseWheelEvent mouseWheelEvent 
)
inline

Default constructor.

Definition at line 522 of file SoRemoteVizClient.h.

Member Function Documentation

◆ getMouseWheelEvent()

SoMouseWheelEvent * SoRemoteVizClient::MouseWheelEventArg::getMouseWheelEvent ( ) const
inline

Returns the mouse wheel event.

Definition at line 529 of file SoRemoteVizClient.h.

◆ getSource()

SoRemoteVizClient * SoRemoteVizClient::MouseWheelEventArg::getSource ( ) const
inline

Returns the SoRemoteVizClient node that triggered the event.

Definition at line 526 of file SoRemoteVizClient.h.


The documentation for this struct was generated from the following file: