API Documentation
|
A simple widget that shows a modifiable 4x4 matrix and corresponding widgets for editting a 4x4 matrix. More...
#include <MatrixEditor.h>
Signals | |
void | edited () |
Public Member Functions | |
bool | hasParent () |
MatrixEditor (QWidget *parent=nullptr) | |
OrientationEditor * | orientationWidget () |
void | setEditable (bool editable) |
void | setParentMatrix (const Matrix< fltp08, 4, 4 > &matrix) |
void | updateOrientation () |
~MatrixEditor () | |
Public Attributes | |
Resource< Matrix< fltp08, 4, 4 > > | matrix |
Protected Slots | |
void | OrientationEdited () |
void | updateMatrix () |
A simple widget that shows a modifiable 4x4 matrix and corresponding widgets for editting a 4x4 matrix.
MatrixEditor | ( | QWidget * | parent = nullptr | ) |
~MatrixEditor | ( | ) |
|
signal |
bool hasParent | ( | ) |
|
protectedslot |
OrientationEditor * orientationWidget | ( | ) |
void setEditable | ( | bool | editable | ) |
|
protectedslot |
void updateOrientation | ( | ) |