#include <Plugin-VSI/types/matrix4x4Widget.hh>
|
| | Matrix4x4Widget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| | ~Matrix4x4Widget () |
| | Destructor.
|
| |
| QString | toValue () override |
| | Convert current value to string.
|
| |
| void | fromValue (QString _from) override |
| | Read value from string.
|
| |
| void | toDefault () override |
| | Reset to default.
|
| |
| | TypeWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| virtual | ~TypeWidget () |
| | Destructor.
|
| |
Widget to configure number inputs
Definition at line 61 of file matrix4x4Widget.hh.
◆ Matrix4x4Widget()
| VSI::Matrix4x4Widget::Matrix4x4Widget |
( |
QMap< QString, QString > & |
_hints, |
|
|
const QString & |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
◆ ~Matrix4x4Widget()
| VSI::Matrix4x4Widget::~Matrix4x4Widget |
( |
| ) |
|
◆ editingFinished
| void VSI::Matrix4x4Widget::editingFinished |
( |
| ) |
|
|
privateslot |
◆ fromValue()
| void VSI::Matrix4x4Widget::fromValue |
( |
QString |
_from | ) |
|
|
overridevirtual |
◆ toDefault()
| void VSI::Matrix4x4Widget::toDefault |
( |
| ) |
|
|
overridevirtual |
◆ toValue()
| QString VSI::Matrix4x4Widget::toValue |
( |
| ) |
|
|
overridevirtual |
◆ current_
| float VSI::Matrix4x4Widget::current_[16] |
|
private |
◆ default_
| float VSI::Matrix4x4Widget::default_[16] |
|
private |
◆ fields_
| QLineEdit* VSI::Matrix4x4Widget::fields_[16] |
|
private |
The documentation for this class was generated from the following files: