#include <Plugin-VSI/types/vec4dWidget.hh>
|
| | Vec4DWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| | ~Vec4DWidget () |
| | 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 60 of file vec4dWidget.hh.
◆ Vec4DWidget()
| VSI::Vec4DWidget::Vec4DWidget |
( |
QMap< QString, QString > & |
_hints, |
|
|
const QString & |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
◆ ~Vec4DWidget()
| VSI::Vec4DWidget::~Vec4DWidget |
( |
| ) |
|
◆ editingFinished
| void VSI::Vec4DWidget::editingFinished |
( |
| ) |
|
|
privateslot |
◆ fromValue()
| void VSI::Vec4DWidget::fromValue |
( |
QString |
_from | ) |
|
|
overridevirtual |
◆ toDefault()
| void VSI::Vec4DWidget::toDefault |
( |
| ) |
|
|
overridevirtual |
◆ toValue()
| QString VSI::Vec4DWidget::toValue |
( |
| ) |
|
|
overridevirtual |
◆ current_
| float VSI::Vec4DWidget::current_[4] |
|
private |
◆ default_
| float VSI::Vec4DWidget::default_[4] |
|
private |
◆ fields_
| QLineEdit* VSI::Vec4DWidget::fields_[4] |
|
private |
The documentation for this class was generated from the following files: