#include <Inventor/Qt/SoQtComponent.h>#include <Inventor/Qt/OivQtCompat.h>#include <Inventor/devices/SoGLFormat.h>#include <Inventor/Gui/SoGuiGLWidget.h>#include <Inventor/nodes/SoFullSceneAntialiasing.h>#include <Qt>#include <QPointer>#include <QSurfaceFormat>Go to the source code of this file.
Classes | |
| class | SoQtGLWidget |
Component for OpenGL rendering. More... | |
Macros | |
| #define | SO_GLX_RGB (1<<0) |
| #define | SO_GLX_DOUBLE (1<<1) |
| #define | SO_GLX_ZBUFFER (1<<2) |
| #define | SO_GLX_STEREO (1<<4) |
| #define | SO_GLX_STENCIL (1<<5) |
Typedefs | |
| typedef std::set< int, std::less< int > > | SoSamplesList |
| #define SO_GLX_DOUBLE (1<<1) |
Definition at line 54 of file SoQtGLWidget.h.
| #define SO_GLX_RGB (1<<0) |
Definition at line 53 of file SoQtGLWidget.h.
| #define SO_GLX_STENCIL (1<<5) |
Definition at line 57 of file SoQtGLWidget.h.
| #define SO_GLX_STEREO (1<<4) |
Definition at line 56 of file SoQtGLWidget.h.
| #define SO_GLX_ZBUFFER (1<<2) |
Definition at line 55 of file SoQtGLWidget.h.
| typedef std::set<int, std::less<int> > SoSamplesList |
Definition at line 40 of file SoQtGLWidget.h.