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 |
virtual void | interactionModeChanged (SceneExaminer::InteractionMode mode)=0 |
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.
virtual void SiInteractionModeListener::interactionModeChanged | ( | SceneExaminer::InteractionMode | mode | ) | [pure virtual] |
This method is called when the interaction has changed.
Implemented in RenderAreaExaminer.
virtual void SiInteractionModeListener::seekModeChanged | ( | const bool | onOrOff | ) | [pure virtual] |
This method is called when the seek mode is activated and deactivated.
Implemented in RenderAreaExaminer.