26#include <Inventor/Qt/OivQtCompat.h>
27#include <Inventor/Qt/viewers/SoQtExaminerViewer.h>
28#include <Inventor/Qt/viewers/SoQtPlaneViewer.h>
29#include <Inventor/Qt/viewers/SoQtWalkViewer.h>
30#include <Inventor/Qt/viewers/SoQtFlyViewer.h>
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Component for re...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Creates a QWidge...
ViewerType getViewerType() const
Gets the type of viewer that will be created in the widget.
ViewerType
Viewer Types enumeration.
@ WALK
Creates a Walk Viewer in the widget.
@ FLY
Creates a Fly Viewer in the widget.
@ RENDER_AREA
Creates a render area in the widget.
@ PLANE
Creates a Plane Viewer in the widget.
@ EXAMINER
Creates an Examiner Viewer in the widget.
bool isDecoration() const
Returns whether the viewer decoration is on or off.
SoQtRenderArea * getViewer() const
Gets a pointer to the created viewer.
SoQtWrapper(QWidget *parent=0, const char *name=0, ViewerType type=SoQtWrapper::EXAMINER)
Constructor which specifies the viewer type.
void setDecoration(bool on)
Shows/hides the viewer decoration (default on).
Group node that saves and restores traversal state.