#include <ImFusion/GUI/MatrixParameterWidget.h>
Widget containing a transformation matrix widget and a transformation stash.
More...
Widget containing a transformation matrix widget and a transformation stash.
|
|
void | setMatrix (const mat4 &matrix) |
| | Sets the matrix.
|
| |
|
void | setMatrixSilent (const mat4 &matrix) |
| |
|
void | applyMatrix () |
| |
|
void | save () |
| |
|
void | load () |
| |
|
void | remove () |
| |
|
void | rename (int index, const QString &text) |
| |
|
|
void | matrixChanged (const mat4 &mat) |
| |
|
|
| MatrixParameterWidget (const mat4 &resetMat=mat4::Identity(), QWidget *parent=nullptr, Pose::TransformationConvention conv=Pose::FROMWORLD, bool rigid=false) |
| |
|
| MatrixParameterWidget (Data *data, QWidget *parent=0, bool rigid=false, bool showISGroup=true) |
| |
|
mat4 | matrix () const |
| |
|
TransformationMatrixWidget * | transWidget () const |
| |
|
| SignalReceiver ()=default |
| | Default constructor.
|
| |
|
| SignalReceiver (const SignalReceiver &other) |
| | Copy constructor, does not copy any existing signal connections from other.
|
| |
|
SignalReceiver & | operator= (SignalReceiver rhs) |
| | Assignment operator, disconnects all existing connections, does not copy any existing signal connections from rhs.
|
| |
|
virtual | ~SignalReceiver () |
| | Virtual destructor disconnects from all connected signals.
|
| |
|
|
void | setDataMatrix (const mat4 &mat) |
| |
|
void | selectionChanged () |
| |
|
void | onTransformationChanged (const Data *data) |
| |
|
void | onDataDeleted (const Data *data) |
| |
|
void | connectSignals () |
| |
|
void | updateSavedTransformations () |
| |
|
void | disconnectAll () |
| | Disconnects all existing connections.
|
| |
The documentation for this class was generated from the following file:
- ImFusion/GUI/MatrixParameterWidget.h