#include <QtOpenGL/QGLColormap>#include <Inventor/Qt/OivQtCompat.h>#include <Inventor/Qt/SoQtGLWidget.h>#include <Inventor/SbColor.h>#include <Inventor/SoSceneManager.h>#include <Inventor/actions/SoGLRenderAction.h>#include <Inventor/nodes/SoCamera.h>#include <Inventor/SbElapsedTime.h>#include <Inventor/Gui/SoGuiRenderArea.h>Go to the source code of this file.
| Classes | |
| class | SoQtRenderArea | 
|  Component for rendering Open Inventor scene graphs.  More... | |
| Typedefs | |
| typedef SbBool | SoQtRenderAreaEventCB (void *userData, QEvent *anyevent) | 
| typedef SbBool | SoQtRenderAreaRenderCB (void *userData, SoQtRenderArea *rendArea) | 
| typedef SbBool SoQtRenderAreaEventCB(void *userData, QEvent *anyevent) | 
se External event callback functions registered with the render area should be of this type.
| typedef SbBool SoQtRenderAreaRenderCB(void *userData, SoQtRenderArea *rendArea) | 
External post rendering callback functions registered with the render area should be of this type.