Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SiInteractionModeListener Class Referenceabstract

This interface provides the list of interaction methods that subclasses must define. More...

#include <Inventor/ViewerComponents/nodes/SiInteractionModeListener.h>

+ Inheritance diagram for SiInteractionModeListener:

Public Member Functions

virtual void seekModeChanged (const bool onOrOff)=0
 This method is called when the seek mode is activated and deactivated.
 
virtual void interactionModeChanged (SceneExaminer::InteractionMode mode)=0
 This method is called when the interaction has changed.
 

Detailed Description

This interface provides the list of interaction methods that subclasses must define.

Used with the SceneExaminer class. Application should derive a new class from this one and pass an instance of that class to the addInteractionModeListener() method.

SEE ALSO

SceneExaminer

Definition at line 41 of file SiInteractionModeListener.h.

Member Function Documentation

◆ interactionModeChanged()

virtual void SiInteractionModeListener::interactionModeChanged ( SceneExaminer::InteractionMode  mode)
pure virtual

This method is called when the interaction has changed.

Implemented in RenderAreaExaminer.

◆ seekModeChanged()

virtual void SiInteractionModeListener::seekModeChanged ( const bool  onOrOff)
pure virtual

This method is called when the seek mode is activated and deactivated.

Implemented in RenderAreaExaminer.


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