Developer Documentation
|
#include <Plugin-VSI/types/objectId/objectIdWidget.hh>
Public Member Functions | |
ObjectIdWidget (QMap< QString, QString > &_hints, QString _typeName, QWidget *_parent=NULL) | |
Constructor. | |
~ObjectIdWidget () | |
Destructor. | |
QString | toValue () override |
Convert current value to string. | |
void | fromValue (QString _from) override |
Read value from string. | |
void | toDefault () override |
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 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.