Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
SoWinExaminerViewer::SoViewingFunction Class Referenceabstract

VSG extension Viewing Function: Abstract base class for viewing function classes. More...

#include <Inventor/Win/viewers/SoWinExaminerViewer.h>

+ Inheritance diagram for SoWinExaminerViewer::SoViewingFunction:

Public Member Functions

void setViewer (SoWinViewer *viewer)
 Sets the viewer that the function applies to.
 
virtual void apply () const =0
 Applies this manipulation to a specified combination of key and mouse button.
 

Detailed Description

VSG extension Viewing Function: Abstract base class for viewing function classes.

This is the viewing function base class.

See SoWinExaminerViewer::addFunctionKeyBinding or SoWinExaminerViewer::addViewingMouseBinding for additional info.

Definition at line 315 of file SoWinExaminerViewer.h.

Member Function Documentation

◆ apply()

virtual void SoWinExaminerViewer::SoViewingFunction::apply ( ) const
pure virtual

Applies this manipulation to a specified combination of key and mouse button.

◆ setViewer()

void SoWinExaminerViewer::SoViewingFunction::setViewer ( SoWinViewer viewer)
inline

Sets the viewer that the function applies to.

Definition at line 321 of file SoWinExaminerViewer.h.


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