Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
VSI::SelectionWidget Class Reference

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

Inheritance diagram for VSI::SelectionWidget:
VSI::TypeWidget

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_
 

Detailed Description

Widget to configure selection inputs

Definition at line 72 of file selectionWidget.hh.


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