26#ifndef ACTIONSTATEWIZARD_H
27#define ACTIONSTATEWIZARD_H
29#include "ui_ActionStateWizard.h"
53 void selectLogDirectory();
56 void selectSCXMLFilename();
60 Ui::ActionStateWizard* ui;
63 QString SCXMLFileName;
69 void initSCXMLLabel();
72 void initLogDirLabel();
75 void updateStartButtonState();
This dialog is shown only if at least one of the two required input parameters (SCXML and output dire...
Definition ActionStateWizard.h:39
QString getSCXMLFilename()
Return the current filename of scxml file to use as input file.
Definition ActionStateWizard.cpp:49
QString getLogDirectory()
Return the current directory name to use as output log directory.
Definition ActionStateWizard.cpp:54