Developer Documentation
|
#include <Plugin-VSI/config/configDialog.hh>
Public Slots | |
void | ok () |
Public Member Functions | |
ConfigDialog (QVector< ElementInput *> _inputs, QString _name=QString(), QWidget *_parent=0) | |
Constructor. | |
~ConfigDialog () | |
Destructor. | |
QString | name () |
return entered name | |
Private Attributes | |
QVector< ElementInput * > | inputs_ |
QVector< ConfigValue * > | values_ |
QLineEdit * | name_ |
Dialog for input configuration
Definition at line 67 of file configDialog.hh.