RenderArea interactive interface. More...
#include <Inventor/ViewerComponents/SiRenderAreaInteractive.h>
Public Member Functions | |
virtual SbBool | processEvent (const SoEvent *event)=0 |
Processes the passed event to the scene graph managed here. | |
virtual SbBool | processEvents (const std::vector< const SoEvent * > &eventList)=0 |
Processes the passed event to the scene graph managed here. | |
Deprecated | |
virtual SoDEPRECATED void | setInteractiveMode (SoInteractiveComplexity::InteractiveMode mode)=0 |
Set the current interactive mode. | |
virtual SoDEPRECATED SoInteractiveComplexity::InteractiveMode | getInteractiveMode () const =0 |
RenderArea interactive interface.
This interface provides the list of methods that renderAreas must define to use interactive feature.
SoRenderAreaCore, RenderAreaInteractive
Definition at line 40 of file SiRenderAreaInteractive.h.
|
pure virtual |
Implemented in RenderAreaInteractive, and SoRenderAreaCore.
Processes the passed event to the scene graph managed here.
Returns TRUE if the event was handled by a node.
Implemented in RenderAreaInteractive, and SoRenderAreaCore.
|
pure virtual |
Processes the passed event to the scene graph managed here.
Returns TRUE if at least one event was handled by a node.
Implemented in RenderAreaInteractive, and SoRenderAreaCore.
|
pure virtual |
Set the current interactive mode.
Implemented in RenderAreaInteractive, and SoRenderAreaCore.