MinimapWidget.h File Reference
#include <QWidget>
#include <Inventor/Qt/viewers/SoQtExaminerViewer.h>
#include <Inventor/nodes/SoOrthographicCamera.h>
#include "../controller/Controller.h"
#include "../scene3D/MinimapViewer.h"
#include "../scene3D/SoGLHighlightRenderAction.h"
+ Include dependency graph for MinimapWidget.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MinimapWidget
 This class is a widget which provides a scene3D::MinimapViewer to render the scene graph in bird perspective. More...
 

Namespaces

 gui
 

Typedefs

using MinimapViewerPtr = std::shared_ptr< scene3D::MinimapViewer >
 

Typedef Documentation

◆ MinimapViewerPtr

using MinimapViewerPtr = std::shared_ptr<scene3D::MinimapViewer>

Definition at line 34 of file MinimapWidget.h.