|
This class provides a widget which contains all buttons for the scene. More...
#include <MemoryX/gui-plugins/SceneEditor/gui/SceneEditorWidget.h>
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 31 of file SceneEditorWidget.cpp.
|
override |
Definition at line 227 of file SceneEditorWidget.cpp.
void postDocking | ( | ) |
Definition at line 482 of file SceneEditorWidget.cpp.
void retranslate | ( | ) |
Translates all translatable strings in this dialog.
Definition at line 470 of file SceneEditorWidget.cpp.
|
signal |
Signal emitted when the size of the widget has changed.