#include <Plugin-VSI/types/numWidget.hh>
|
| | NumWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| | ~NumWidget () |
| | 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 63 of file numWidget.hh.
◆ NumWidget()
| VSI::NumWidget::NumWidget |
( |
QMap< QString, QString > & |
_hints, |
|
|
const QString & |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
◆ ~NumWidget()
| VSI::NumWidget::~NumWidget |
( |
| ) |
|
◆ fromValue()
| void VSI::NumWidget::fromValue |
( |
QString |
_from | ) |
|
|
overridevirtual |
◆ sliderValueChanged
| void VSI::NumWidget::sliderValueChanged |
( |
int |
_value | ) |
|
|
privateslot |
◆ spinValueChanged
| void VSI::NumWidget::spinValueChanged |
( |
double |
_value | ) |
|
|
privateslot |
◆ toDefault()
| void VSI::NumWidget::toDefault |
( |
| ) |
|
|
overridevirtual |
◆ toValue()
| QString VSI::NumWidget::toValue |
( |
| ) |
|
|
overridevirtual |
◆ default_
| double VSI::NumWidget::default_ |
|
private |
◆ isFloat_
| bool VSI::NumWidget::isFloat_ |
|
private |
◆ numDecimals_
| int VSI::NumWidget::numDecimals_ |
|
private |
◆ precision_
| double VSI::NumWidget::precision_ |
|
private |
◆ slider_
| QSlider* VSI::NumWidget::slider_ |
|
private |
◆ sliderMul_
| double VSI::NumWidget::sliderMul_ |
|
private |
◆ spin_
| QDoubleSpinBox* VSI::NumWidget::spin_ |
|
private |
The documentation for this class was generated from the following files: