API Documentation
|
#include <MatrixEditor.h>
Signals | |
void | edited () |
Public Member Functions | |
MatrixEditor (QWidget *parent=nullptr) | |
~MatrixEditor () | |
void | setParentMatrix (const Matrix< fltp08, 4, 4 > &matrix) |
bool | hasParent () |
void | updateOrientation () |
void | setEditable (bool editable) |
OrientationEditor * | orientationWidget () |
Public Attributes | |
Resource< Matrix< fltp08, 4, 4 > > | matrix |
Protected Slots | |
void | updateMatrix () |
void | OrientationEdited () |
MatrixEditor | ( | QWidget * | parent = nullptr | ) |
~MatrixEditor | ( | ) |
|
signal |
bool hasParent | ( | ) |
|
protectedslot |
OrientationEditor * orientationWidget | ( | ) |
void setEditable | ( | bool | editable | ) |
|
protectedslot |
void updateOrientation | ( | ) |