|
Developer Documentation
|
#include <Plugin-VSI/types/boolWidget.hh>
Public Member Functions | |
| BoolWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
| Constructor. | |
| ~BoolWidget () | |
| Destructor. | |
| QString | toValue () |
| Convert current value to string. | |
| void | fromValue (QString _from) |
| Read value from string. | |
| void | toDefault () |
| Reset to default. | |
Public Member Functions inherited from VSI::TypeWidget | |
| TypeWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
| Constructor. | |
| virtual | ~TypeWidget () |
| Destructor. | |
Private Member Functions | |
| bool | strToBool (QString _str) |
Private Attributes | |
| bool | default_ |
| QRadioButton * | true_ |
| QRadioButton * | false_ |
Widget to configure boolean inputs
Definition at line 67 of file boolWidget.hh.