|
Antares Simulator
Power System Simulator
|
Public Member Functions | |
| Execute () | |
| Default constructor. | |
| ~Execute () | |
| Destructor. | |
Command to execute | |
| const wxString & | command () const |
| Get the command. | |
| void | command (const wxString &v) |
| Set the command to execute. | |
Working directory | |
| const wxString & | workingDirectory () const |
| Get the working directory to use before executing the command. | |
| void | workingDirectory (const wxString &v) |
| Set the working directory. | |
Title | |
| const wxString & | title () const |
| Get the sub-title value. | |
| void | title (const wxString &v) |
| Set the title. | |
| const wxString & | subTitle () const |
| Get the sub-title value. | |
| void | subTitle (const wxString &v) |
| Set the sub-title. | |
The progress bar | |
| bool | displayProgressBar () const |
| Get if the progress bar can be displayed. | |
| void | displayProgressBar (const bool v) |
| Set if the progress bar can be displayed. | |
Icon | |
| const char * | icon () const |
| Get the relative address to the icon in the resources folder. | |
| void | icon (const char *v) |
| Set the relative address to the icon in the resources folder. | |
Execution workflow | |
| bool | run () |
| Run the command. | |