|
Developer Documentation
|
#include <Plugin-VSI/types/selectionWidget.hh>
Public Member Functions | |
| SelectionWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
| Constructor. | |
| ~SelectionWidget () | |
| 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 Attributes | |
| QVector< QPair< QString, QString > > | names_ |
| bool | multiple_ |
| QStringList | default_ |
| QComboBox * | combo_ |
| QVector< QCheckBox * > | checkBox_ |
Widget to configure selection inputs
Definition at line 72 of file selectionWidget.hh.