![]() |
API Documentation
|
Allows the user to offset a model to a different location. More...
#include <ModelOffsetCommandWidget.h>
Signals | |
| void | finishedSignal () |
Public Member Functions | |
| ModelOffsetCommandWidget (QWidget *parent=nullptr) | |
| void | updateUIFromManager () |
Public Member Functions inherited from DesignObjectWidgetInterface | |
| virtual Bounds< 3, fltp08 > | bounds () const |
| void | clearTargets () |
| DesignObjectWidgetInterface () | |
| QTModelManager * | manager () const |
| Buffer< Model > | models () const |
| void | setTarget (const DynamicPointer< QTDesignObject > &object) |
| void | setTargetID (const UUID &object) |
| void | setTargetIDs (const Buffer< UUID > &objects) |
| void | setTargets (const Buffer< DynamicPointer< QTDesignObject > > &objects) |
| Buffer< UUID > | targetIDs () const |
| virtual | ~DesignObjectWidgetInterface () |
Protected Slots | |
| void | setToDefaults () |
Protected Member Functions | |
| void | addTarget (const DynamicPointer< QTDesignObject > &object) override |
| void | init () |
| void | onTargetUpdated (UUID) override |
| void | removeTarget (const DynamicPointer< QTDesignObject > &object) override |
Protected Member Functions inherited from DesignObjectWidgetInterface | |
| const Dictionary< UUID, DynamicPointer< QTDesignObject > > & | targets () const |
Protected Attributes | |
| Ui::ModelOffsetCommandUI * | ui |
Protected Attributes inherited from DesignObjectWidgetInterface | |
| DesignObjectInterface * | m_interface |
Allows the user to offset a model to a different location.
| ModelOffsetCommandWidget | ( | QWidget * | parent = nullptr | ) |
|
overrideprotectedvirtual |
Reimplemented from DesignObjectWidgetInterface.
|
signal |
|
protected |
|
overrideprotectedvirtual |
Reimplemented from DesignObjectWidgetInterface.
|
overrideprotectedvirtual |
Reimplemented from DesignObjectWidgetInterface.
|
protectedslot |
| void updateUIFromManager | ( | ) |
|
protected |