#include <Inventor/Qt/OivQtCompat.h>
#include <Inventor/Qt/SoQtRenderArea.h>
#include <QPixmap>
#include <Inventor/SoType.h>
#include <Inventor/misc/SoCallbackList.h>
#include <Inventor/SbElapsedTime.h>
#include <Inventor/events/SoKeyboardEvent.h>
#include <Inventor/Gui/viewers/SoGuiViewer.h>
#include <Inventor/components/stereo/SoStereoViewer.h>
Go to the source code of this file.
Classes | |
class | SoQtViewer |
Viewer component lowest base class. More... | |
Typedefs | |
typedef void | SoQtViewerCB (void *userData, SoQtViewer *viewer) |
typedef void | SoQtViewerCameraTypeChangeCB (void *userData, SoCamera *camera, SoQtViewer *viewer) |
typedef void | SoQtViewerFPSCB (float fps, void *userData, SoQtViewer *viewer) |
typedef void | SoQtViewerDecimationPercentageCB (float percentage, void *userData, SoQtViewer *viewer) |
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 SoQtViewerCB(void *userData, SoQtViewer *viewer) |
External interactive 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 void SoQtViewerFPSCB(float fps, void *userData, SoQtViewer *viewer) |
External FPS callback functions registered with the viewer should be of this type.