|
|
This class provides a QWidget which displays all object classes from PriorKnowledge in their collections in a tree view. More...
#include <MemoryX/gui-plugins/SceneEditor/gui/ObjectExplorerWidget.h>
Inheritance diagram for ObjectExplorerWidget:Public Member Functions | |
| ObjectExplorerWidget (const controller::ControllerPtr &control, QWidget *parent=0) | |
| Constructor. More... | |
| void | onConnect () |
| Populates the gui::ObjectExplorerModel with data and sets up all child widgets. More... | |
| void | retranslate () |
| Translates all translatable strings in this dialog. More... | |
| ~ObjectExplorerWidget () override | |
This class provides a QWidget which displays all object classes from PriorKnowledge in their collections in a tree view.
The object class can be filtered via a line edit.
Definition at line 51 of file ObjectExplorerWidget.h.
|
explicit |
Constructor.
Constructs a object explorer widget. Expects a controller::ControllerPtr to get the data to display and a parent Qt::QWidget.
| control | shared pointer to controller::Controller |
| parent | parent widget |
Definition at line 40 of file ObjectExplorerWidget.cpp.
|
override |
Definition at line 107 of file ObjectExplorerWidget.cpp.
| void onConnect | ( | ) |
Populates the gui::ObjectExplorerModel with data and sets up all child widgets.
Definition at line 101 of file ObjectExplorerWidget.cpp.
| void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 113 of file ObjectExplorerWidget.cpp.