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