Developer Documentation
|
#include <Plugin-VSI/types/objectId/objectIdWidget.hh>
Public Member Functions | |
ObjectIdWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) | |
Constructor. More... | |
~ObjectIdWidget () | |
Destructor. More... | |
QString | toValue () override |
Convert current value to string. More... | |
void | fromValue (QString _from) override |
Read value from string. More... | |
void | toDefault () override |
Reset to default. More... | |
![]() | |
TypeWidget (QMap< QString, QString > &_hints, const QString &_typeName, QWidget *_parent=NULL) | |
Constructor. More... | |
virtual | ~TypeWidget () |
Destructor. More... | |
virtual QString | toValue ()=0 |
Return the type configuration result to a string. More... | |
virtual void | fromValue (QString _from)=0 |
Set configuration to the value of the given string. More... | |
virtual void | toDefault ()=0 |
reset the widget to default More... | |
Private Slots | |
void | showPickDialog () |
Private Attributes | |
QPushButton * | pickButton_ |
QComboBox * | combo_ |
QStringList | flags_ |
QStringList | types_ |
bool | withGroups_ |
Widget to configure object id inputs
Definition at line 64 of file objectIdWidget.hh.
VSI::ObjectIdWidget::ObjectIdWidget | ( | QMap< QString, QString > & | _hints, |
const QString & | _typeName, | ||
QWidget * | _parent = NULL |
||
) |
Constructor.
Definition at line 64 of file objectIdWidget.cc.
VSI::ObjectIdWidget::~ObjectIdWidget | ( | ) |
Destructor.
Definition at line 140 of file objectIdWidget.cc.
|
overridevirtual |
Read value from string.
Implements VSI::TypeWidget.
Definition at line 163 of file objectIdWidget.cc.
|
privateslot |
Definition at line 178 of file objectIdWidget.cc.
|
overridevirtual |
|
overridevirtual |
Convert current value to string.
Implements VSI::TypeWidget.
Definition at line 150 of file objectIdWidget.cc.
|
private |
Definition at line 88 of file objectIdWidget.hh.
|
private |
Definition at line 90 of file objectIdWidget.hh.
|
private |
Definition at line 87 of file objectIdWidget.hh.
|
private |
Definition at line 91 of file objectIdWidget.hh.
|
private |
Definition at line 92 of file objectIdWidget.hh.