ObjectInspectorWidget.h File Reference
#include <QWidget>
#include <QPointer>
#include "../controller/Controller.h"
#include "../scene3D/SceneObject.h"
#include "../scene3D/ObjectPreviewViewer.h"
#include "PropertyBrowserWidget.h"
+ Include dependency graph for ObjectInspectorWidget.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ObjectInspectorWidget
 This class provides a widget which displays all class and instance attributes of a currently selected scene3D::SceneObject or a memoryx::ObjectClassPtr in a tree view. More...
 

Namespaces

 gui
 
 Ui
 ArmarX Headers.
 

Typedefs

using ObjectPreviewViewerPtr = std::shared_ptr< scene3D::ObjectPreviewViewer >
 

Typedef Documentation

◆ ObjectPreviewViewerPtr

Definition at line 40 of file ObjectInspectorWidget.h.