|
#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"
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 > |
using MinimapViewerPtr = std::shared_ptr<scene3D::MinimapViewer> |
Definition at line 34 of file MinimapWidget.h.