Computer Assisted Medical Intervention Tool Kit  version 5.2
ActionStateWizard Class Reference

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>

+ Inheritance diagram for ActionStateWizard:
+ Collaboration diagram for ActionStateWizard:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ActionStateWizard()

ActionStateWizard::ActionStateWizard ( QString  inputFileName,
QString  outputDir 
)

Constructor (initialize the application parameters)

Member Function Documentation

◆ getLogDirectory()

QString ActionStateWizard::getLogDirectory ( )

Return the current directory name to use as output log directory.

Referenced by ActionStateMachine::ActionStateMachine().

+ Here is the caller graph for this function:

◆ getSCXMLFilename()

QString ActionStateWizard::getSCXMLFilename ( )

Return the current filename of scxml file to use as input file.

Referenced by ActionStateMachine::ActionStateMachine().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: