Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoQtViewer.h File Reference

Go to the source code of this file.

Classes

class  SoQtViewer
  VSG extension Viewer component lowest base class. More...
 

Typedefs

typedef void SoQtViewerCB(void *userData, SoQtViewer *viewer)
 External interactive callback functions registered with the viewer should be of this type.
 
typedef void SoQtViewerCameraTypeChangeCB(void *userData, SoCamera *camera, SoQtViewer *viewer)
 External camera type change callback functions registered with the viewer should be of this type.
 
typedef void SoQtViewerFPSCB(float fps, void *userData, SoQtViewer *viewer)
 External FPS callback functions registered with the viewer should be of this type.
 
typedef void SoQtViewerDecimationPercentageCB(float percentage, void *userData, SoQtViewer *viewer)
 External decimation percentage callback functions registered with the viewer should be of this type.
 

Typedef Documentation

◆ SoQtViewerCameraTypeChangeCB

typedef void SoQtViewerCameraTypeChangeCB(void *userData, SoCamera *camera, SoQtViewer *viewer)

External camera type change callback functions registered with the viewer should be of this type.

Definition at line 76 of file SoQtViewer.h.

◆ SoQtViewerCB

typedef void SoQtViewerCB(void *userData, SoQtViewer *viewer)

External interactive callback functions registered with the viewer should be of this type.

Definition at line 71 of file SoQtViewer.h.

◆ SoQtViewerDecimationPercentageCB

typedef void SoQtViewerDecimationPercentageCB(float percentage, void *userData, SoQtViewer *viewer)

External decimation percentage callback functions registered with the viewer should be of this type.

Definition at line 86 of file SoQtViewer.h.

◆ SoQtViewerFPSCB

typedef void SoQtViewerFPSCB(float fps, void *userData, SoQtViewer *viewer)

External FPS callback functions registered with the viewer should be of this type.

Definition at line 81 of file SoQtViewer.h.