Widget for displaying and manipulating an affine matrix, i.e. a rotation+translation matrix.
More...
#include <cxTransform3DWidget.h>
|
| Transform3DWidget (QWidget *parent=NULL) |
|
virtual | ~Transform3DWidget () |
|
void | setMatrix (const Transform3D &M) |
|
Transform3D | getMatrix () const |
|
void | setEditable (bool edit) |
|
| BaseWidget (QWidget *parent, QString objectName, QString windowTitle) |
|
virtual | ~BaseWidget () |
|
QWidget * | createMethodWidget (QWidget *inputWidget, QWidget *outputWidget, QString methodname, bool inputChecked=false, bool outputVisible=true) |
| Create a specialized widget for filters, with input/ouput, enable and options. More...
|
|
QGroupBox * | createGroupbox (QWidget *widget, QString boxname) |
| Create a group box with a given name. More...
|
|
QGroupBox * | wrapInGroupBox (QWidget *base, QString name) |
|
CXFrame * | wrapInFrame (QWidget *base) |
|
QAction * | createAction2 (QObject *parent, QIcon iconName, QString text, QString tip, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
|
template<class T > |
QAction * | createAction (QObject *parent, QIcon iconName, QString text, QString tip, T slot, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
|
| OptimizedUpdateWidget (QWidget *parent=NULL) |
|
virtual | ~OptimizedUpdateWidget () |
|
void | forcePrePaint () |
|
Widget for displaying and manipulating an affine matrix, i.e. a rotation+translation matrix.
Definition at line 59 of file cxTransform3DWidget.h.
cx::Transform3DWidget::Transform3DWidget |
( |
QWidget * |
parent = NULL | ) |
|
cx::Transform3DWidget::~Transform3DWidget |
( |
| ) |
|
|
virtual |
void cx::Transform3DWidget::changed |
( |
| ) |
|
|
signal |
void cx::Transform3DWidget::prePaintEvent |
( |
| ) |
|
|
protectedvirtualslot |
void cx::Transform3DWidget::setEditable |
( |
bool |
edit | ) |
|
void cx::Transform3DWidget::setMatrix |
( |
const Transform3D & |
M | ) |
|
The documentation for this class was generated from the following files: