This dialog is shown only if at least one of the two required input parameters (SCXML and output directory) is missing when the application is started. More...
#include <ActionStateWizard.h>
Public Member Functions | |
ActionStateWizard (QString inputFileName, QString outputDir) | |
Constructor (initialize the application parameters) More... | |
QString | getLogDirectory () |
Return the current directory name to use as output log directory. More... | |
QString | getSCXMLFilename () |
Return the current filename of scxml file to use as input file. More... | |
This dialog is shown only if at least one of the two required input parameters (SCXML and output directory) is missing when the application is started.
ActionStateWizard::ActionStateWizard | ( | QString | inputFileName, |
QString | outputDir | ||
) |
Constructor (initialize the application parameters)
QString ActionStateWizard::getLogDirectory | ( | ) |
Return the current directory name to use as output log directory.
Referenced by ActionStateMachine::ActionStateMachine().
QString ActionStateWizard::getSCXMLFilename | ( | ) |
Return the current filename of scxml file to use as input file.
Referenced by ActionStateMachine::ActionStateMachine().