|
| ModelOrientationEditor (QWidget *parent=nullptr) |
|
void | setIncludedObject (uint01 axis, const Buffer< UUID > &objects) |
|
void | setIncludedObjects (const Buffer< UUID > &objects) |
|
void | setManager (QTModelManager *manager) |
|
void | setTargetObject (const UUID &object) |
|
void | setTargetObject (uint01 axis, const UUID &object) |
|
void | updateFromModel () |
|
virtual | ~ModelOrientationEditor () |
|
Matrix< fltp08 > | getMatrix () |
|
QCustomDial * | getUIDial (uint01 orientation) |
|
Vector< 3, Angle< fltp08 > > | getUIDialRotation () const |
|
QCustomLineEdit * | getUILineEdit (uint01 orientation) |
|
Vector< 3, fltp08 > | getUILocation () const |
|
Vector< 3, Angle< fltp08 > > | getUIRotation () const |
|
Vector< 3, fltp08 > | getUIScale () const |
|
virtual QSize | minimumSizeHint () const override |
|
QBoxLayout * | offsetLayout () |
|
| OrientationEditor (QWidget *parent=nullptr) |
|
void | resizeEvent (QResizeEvent *event) override |
|
void | setAutoHideDials (bool auto_hide_dials) |
|
void | setMatrix (const Matrix< fltp08 > &matrix) |
|
void | setOffsetLabels (const TranslatedString &x, const TranslatedString &y, const TranslatedString &z) |
|
void | setOffsetTitle (const TranslatedString &title) |
|
void | setRotationTitle (const TranslatedString &roll, const TranslatedString &pitch, const TranslatedString &yaw) |
|
void | setScaleTitle (const TranslatedString &title) |
|
virtual QSize | sizeHint () const override |
|
void | updateLabels () |
|
void | updateLayoutSize () |
|
| ~OrientationEditor () |
|
A popup Editor dialog for showing options related to the Orientation of a specific Model.