#include <Plugin-VSI/types/selectionWidget.hh>
|
| | SelectionWidget (QMap< QString, QString > &_hints, const 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.
|
| |
| | TypeWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| virtual | ~TypeWidget () |
| | Destructor.
|
| |
Widget to configure selection inputs
Definition at line 66 of file selectionWidget.hh.
◆ SelectionWidget()
| VSI::SelectionWidget::SelectionWidget |
( |
QMap< QString, QString > & |
_hints, |
|
|
const QString & |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
◆ ~SelectionWidget()
| VSI::SelectionWidget::~SelectionWidget |
( |
| ) |
|
◆ fromValue()
| void VSI::SelectionWidget::fromValue |
( |
QString |
_from | ) |
|
|
overridevirtual |
◆ toDefault()
| void VSI::SelectionWidget::toDefault |
( |
| ) |
|
|
overridevirtual |
◆ toValue()
| QString VSI::SelectionWidget::toValue |
( |
| ) |
|
|
overridevirtual |
◆ checkBox_
| QVector<QCheckBox *> VSI::SelectionWidget::checkBox_ |
|
private |
◆ combo_
| QComboBox* VSI::SelectionWidget::combo_ |
|
private |
◆ default_
| QStringList VSI::SelectionWidget::default_ |
|
private |
◆ multiple_
| bool VSI::SelectionWidget::multiple_ |
|
private |
◆ names_
| QVector<QPair <QString,QString> > VSI::SelectionWidget::names_ |
|
private |
The documentation for this class was generated from the following files: