Developer Documentation
VSI::BoolWidget Class Reference

#include <Plugin-VSI/types/boolWidget.hh>

Inheritance diagram for VSI::BoolWidget:
VSI::TypeWidget

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_
 

Detailed Description

Widget to configure boolean inputs

Definition at line 67 of file boolWidget.hh.


The documentation for this class was generated from the following files: