Developer Documentation
|
#include <Plugin-VSI/config/dynamicDialog.hh>
Public Member Functions | |
DynamicDialog (QVector< Input * > _inputs, QWidget *_parent=0) | |
Constructor. More... | |
~DynamicDialog () | |
Destructor. More... | |
QMap< QString, QString > | getResults () |
Results. More... | |
Private Attributes | |
QVector< Input * > | inputs_ |
QVector< DynamicValue * > | values_ |
Dialog for input configuration during script execution
Definition at line 66 of file dynamicDialog.hh.
VSI::DynamicDialog::DynamicDialog | ( | QVector< Input * > | _inputs, |
QWidget * | _parent = 0 |
||
) |
Constructor.
Definition at line 64 of file dynamicDialog.cc.
VSI::DynamicDialog::~DynamicDialog | ( | ) |
Destructor.
Definition at line 114 of file dynamicDialog.cc.
QMap< QString, QString > VSI::DynamicDialog::getResults | ( | ) |
Results.
Definition at line 124 of file dynamicDialog.cc.
|
private |
Definition at line 81 of file dynamicDialog.hh.
|
private |
Definition at line 82 of file dynamicDialog.hh.