Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SoRemoteVizClient::MouseLocationEventArg Struct Reference

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

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

+ Inheritance diagram for SoRemoteVizClient::MouseLocationEventArg:

Public Member Functions

 MouseLocationEventArg (SoRemoteVizClient *source, SoLocation2Event *mouseLocationEvent)
 Default constructor.
 
SoRemoteVizClientgetSource () const
 Returns the SoRemoteVizClient node that triggered the event.
 
SoLocation2EventgetMouseLocationEvent () const
 Returns the mouse location event.
 

Detailed Description

Structure given when a mouse location event is raised.

Please refer to onMouseLocationEvent event.

Definition at line 475 of file SoRemoteVizClient.h.

Constructor & Destructor Documentation

◆ MouseLocationEventArg()

SoRemoteVizClient::MouseLocationEventArg::MouseLocationEventArg ( SoRemoteVizClient source,
SoLocation2Event mouseLocationEvent 
)
inline

Default constructor.

Definition at line 478 of file SoRemoteVizClient.h.

Member Function Documentation

◆ getMouseLocationEvent()

SoLocation2Event * SoRemoteVizClient::MouseLocationEventArg::getMouseLocationEvent ( ) const
inline

Returns the mouse location event.

Definition at line 485 of file SoRemoteVizClient.h.

◆ getSource()

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

Returns the SoRemoteVizClient node that triggered the event.

Definition at line 482 of file SoRemoteVizClient.h.


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