Developer Documentation
|
#include <Plugin-VSI/types/stringWidget.hh>
Public Member Functions | |
StringWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
Constructor. | |
~StringWidget () | |
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 | |
QString | default_ |
QLineEdit * | line_ |
Widget to configure string inputs
Definition at line 69 of file stringWidget.hh.