ScenegraphWidget.h File Reference
#include <QWidget>
#include <QDragMoveEvent>
#include <QDragEnterEvent>
#include <QDropEvent>
#include <Inventor/Qt/viewers/SoQtExaminerViewer.h>
#include <Inventor/nodes/SoPerspectiveCamera.h>
#include "../controller/Controller.h"
#include "../scene3D/SceneViewer.h"
+ Include dependency graph for ScenegraphWidget.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScenegraphWidget
 This class provides a widget which holds a scene3D::SceneViewer in which the scene graph is rendered. More...
 

Namespaces

 gui
 

Typedefs

using SceneViewerPtr = std::shared_ptr< scene3D::SceneViewer >
 

Typedef Documentation

◆ SceneViewerPtr

using SceneViewerPtr = std::shared_ptr<scene3D::SceneViewer>

Definition at line 39 of file ScenegraphWidget.h.