Class axlInspectorToolCreatorDataDynamicDialog is the dialog used to create dynamic data. More...
#include <axlInspectorToolCreatorDataDynamicDialog.h>
Public Slots | |
void | run (void) |
Create the dynamic Object when the create button is clicked. More... | |
void | setProcessName (void) |
Checks if the process exits and then display appropriated dialog to enter and select inputs. More... | |
Signals | |
void | dataInserted (axlAbstractData *data) |
Public Member Functions | |
axlInspectorToolCreatorDataDynamicDialog (QWidget *parent=0) | |
~axlInspectorToolCreatorDataDynamicDialog (void) | |
Delete the dialog. More... | |
void | setController (axlInspectorObjectController *controller) |
Assigns a controller. More... | |
Class axlInspectorToolCreatorDataDynamicDialog is the dialog used to create dynamic data.
Definition at line 31 of file axlInspectorToolCreatorDataDynamicDialog.h.
axlInspectorToolCreatorDataDynamicDialog::axlInspectorToolCreatorDataDynamicDialog | ( | QWidget * | parent = 0 | ) |
Definition at line 58 of file axlInspectorToolCreatorDataDynamicDialog.cpp.
axlInspectorToolCreatorDataDynamicDialog::~axlInspectorToolCreatorDataDynamicDialog | ( | void | ) |
Delete the dialog.
Definition at line 142 of file axlInspectorToolCreatorDataDynamicDialog.cpp.
|
signal |
|
slot |
Create the dynamic Object when the create button is clicked.
Definition at line 238 of file axlInspectorToolCreatorDataDynamicDialog.cpp.
void axlInspectorToolCreatorDataDynamicDialog::setController | ( | axlInspectorObjectController * | controller | ) |
Assigns a controller.
Definition at line 153 of file axlInspectorToolCreatorDataDynamicDialog.cpp.
|
slot |
Checks if the process exits and then display appropriated dialog to enter and select inputs.
Definition at line 165 of file axlInspectorToolCreatorDataDynamicDialog.cpp.