|
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...
#include <MemoryX/gui-plugins/SceneEditor/gui/ObjectInspectorWidget.h>
Public Member Functions | |
ObjectInspectorWidget (const controller::ControllerPtr &control, QWidget *parent=0) | |
Constructor. More... | |
void | retranslate () |
Translates all translatable strings in this dialog. More... | |
~ObjectInspectorWidget () override | |
Destructor. More... | |
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.
Definition at line 48 of file ObjectInspectorWidget.h.
|
explicit |
Constructor.
Constructs an instance of ObjectInspectorWidget. Expects a controller::ControllerPtr to get information about the scene and the MemoryX.
Definition at line 35 of file ObjectInspectorWidget.cpp.
|
override |
Destructor.
Definition at line 61 of file ObjectInspectorWidget.cpp.
void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 134 of file ObjectInspectorWidget.cpp.