|
Developer Documentation
|
#include <Plugin-VSI/parser/typeWidget.hh>
Public Member Functions | |
| TypeWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
| Constructor. | |
| virtual | ~TypeWidget () |
| Destructor. | |
| virtual QString | toValue ()=0 |
| Return the type configuration result to a string. | |
| virtual void | fromValue (QString _from)=0 |
| Set configuration to the value of the given string. | |
| virtual void | toDefault ()=0 |
| reset the widget to default | |
Abstract base class for a type configuration widget
Definition at line 65 of file typeWidget.hh.