#include <Plugin-VSI/types/stringWidget.hh>
|
| | StringWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) |
| | Constructor.
|
| |
| | ~StringWidget () |
| | 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 string inputs
Definition at line 63 of file stringWidget.hh.
◆ StringWidget()
| VSI::StringWidget::StringWidget |
( |
QMap< QString, QString > & |
_hints, |
|
|
const QString & |
_typeName, |
|
|
QWidget * |
_parent = NULL |
|
) |
| |
◆ ~StringWidget()
| VSI::StringWidget::~StringWidget |
( |
| ) |
|
◆ fromValue()
| void VSI::StringWidget::fromValue |
( |
QString |
_from | ) |
|
|
overridevirtual |
◆ toDefault()
| void VSI::StringWidget::toDefault |
( |
| ) |
|
|
overridevirtual |
◆ toValue()
| QString VSI::StringWidget::toValue |
( |
| ) |
|
|
overridevirtual |
◆ default_
| QString VSI::StringWidget::default_ |
|
private |
◆ line_
| QLineEdit* VSI::StringWidget::line_ |
|
private |
The documentation for this class was generated from the following files: