This interface provides the list of interaction methods that subclasses must define. More...
#include <Inventor/ViewerComponents/nodes/SiInteractionModeListener.h>
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. | |
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.
Definition at line 41 of file SiInteractionModeListener.h.
|
pure virtual |
This method is called when the interaction has changed.
Implemented in RenderAreaExaminer.
|
pure virtual |
This method is called when the seek mode is activated and deactivated.
Implemented in RenderAreaExaminer.