Viewing Function: Abstract base class for viewing function classes. More...
#include <Inventor/Win/viewers/SoWinExaminerViewer.h>
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. | |
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.
|
pure virtual |
Applies this manipulation to a specified combination of key and mouse button.
|
inline |
Sets the viewer that the function applies to.
Definition at line 321 of file SoWinExaminerViewer.h.