|
|
This class provides a widget which contains all buttons for the scene. More...
#include <MemoryX/gui-plugins/SceneEditor/gui/SceneEditorWidget.h>
Inheritance diagram for SceneEditorWidget:Signals | |
| void | sizeChangedSignal (QSize newSize) |
| Signal emitted when the size of the widget has changed. More... | |
Public Member Functions | |
| void | postDocking () |
| void | retranslate () |
| Translates all translatable strings in this dialog. More... | |
| SceneEditorWidget (const controller::ControllerPtr &control, QWidget *parent=0) | |
| Constructor. More... | |
| ~SceneEditorWidget () override | |
This class provides a widget which contains all buttons for the scene.
Definition at line 51 of file SceneEditorWidget.h.
|
explicit |
Constructor.
Constructs a scene editor widget. Expects controller::ControllerPtr to trigger operations.
| control | shared pointer to controller::Controller |
| parent | parent widget |
Definition at line 33 of file SceneEditorWidget.cpp.
Here is the call graph for this function:
|
override |
Definition at line 260 of file SceneEditorWidget.cpp.
| void postDocking | ( | ) |
Definition at line 546 of file SceneEditorWidget.cpp.
| void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 533 of file SceneEditorWidget.cpp.
|
signal |
Signal emitted when the size of the widget has changed.
Here is the caller graph for this function: