|
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 () |
| 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 Slots | |
| void | showPickDialog () |
Private Attributes | |
| QPushButton * | pickButton_ |
| QComboBox * | combo_ |
| QStringList | flags_ |
| QStringList | types_ |
| bool | withGroups_ |
Widget to configure object id inputs
Definition at line 69 of file objectIdWidget.hh.