SiInteractionModeListener Class Reference

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

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

Inheritance diagram for SiInteractionModeListener:
RenderAreaExaminer

List of all members.

Public Member Functions

virtual void seekModeChanged (const bool onOrOff)=0
virtual void interactionModeChanged (SceneExaminer::InteractionMode mode)=0

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


Member Function Documentation

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.


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/