#include <Plugin-VSI/types/boolWidget.hh>
|
| | BoolWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| | ~BoolWidget () |
| | 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 boolean inputs
Definition at line 61 of file boolWidget.hh.
◆ BoolWidget()
| VSI::BoolWidget::BoolWidget |
( |
QMap< QString, QString > & |
_hints, |
|
|
const QString & |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
◆ ~BoolWidget()
| VSI::BoolWidget::~BoolWidget |
( |
| ) |
|
◆ fromValue()
| void VSI::BoolWidget::fromValue |
( |
QString |
_from | ) |
|
|
overridevirtual |
◆ strToBool()
| bool VSI::BoolWidget::strToBool |
( |
const QString & |
_str | ) |
|
|
private |
◆ toDefault()
| void VSI::BoolWidget::toDefault |
( |
| ) |
|
|
overridevirtual |
◆ toValue()
| QString VSI::BoolWidget::toValue |
( |
| ) |
|
|
overridevirtual |
◆ default_
| bool VSI::BoolWidget::default_ |
|
private |
◆ false_
| QRadioButton* VSI::BoolWidget::false_ |
|
private |
◆ true_
| QRadioButton* VSI::BoolWidget::true_ |
|
private |
The documentation for this class was generated from the following files: