Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
SiRenderAreaInteractive Class Referenceabstract

VSG extension RenderArea interactive interface. More...

#include <Inventor/ViewerComponents/SiRenderAreaInteractive.h>

+ Inheritance diagram for SiRenderAreaInteractive:

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
 

Detailed Description

VSG extension RenderArea interactive interface.

This interface provides the list of methods that renderAreas must define to use interactive feature.

SEE ALSO

SoRenderAreaCore, RenderAreaInteractive

Definition at line 40 of file SiRenderAreaInteractive.h.

Member Function Documentation

◆ getInteractiveMode()

virtual SoDEPRECATED SoInteractiveComplexity::InteractiveMode SiRenderAreaInteractive::getInteractiveMode ( ) const
pure virtual

◆ processEvent()

virtual SbBool SiRenderAreaInteractive::processEvent ( const SoEvent event)
pure virtual

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.

◆ processEvents()

virtual SbBool SiRenderAreaInteractive::processEvents ( const std::vector< const SoEvent * > &  eventList)
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.

◆ setInteractiveMode()

virtual SoDEPRECATED void SiRenderAreaInteractive::setInteractiveMode ( SoInteractiveComplexity::InteractiveMode  mode)
pure virtual

Set the current interactive mode.

Implemented in RenderAreaInteractive, and SoRenderAreaCore.


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