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 () override |
Convert current value to string. | |
void | fromValue (QString _from) override |
Read value from string. | |
void | toDefault () override |
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 66 of file selectionWidget.hh.