|
| Execute () |
| Default constructor.
|
|
| ~Execute () |
| Destructor.
|
|
|
const wxString & | command () const |
| Get the command.
|
|
void | command (const wxString &v) |
| Set the command to execute.
|
|
|
const wxString & | workingDirectory () const |
| Get the working directory to use before executing the command.
|
|
void | workingDirectory (const wxString &v) |
| Set the working directory.
|
|
|
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.
|
|
|
bool | displayProgressBar () const |
| Get if the progress bar can be displayed.
|
|
void | displayProgressBar (const bool v) |
| Set if the progress bar can be displayed.
|
|
|
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.
|
|
|
bool | run () |
| Run the command.
|
|
The documentation for this class was generated from the following files:
- src/ui/simulator/toolbox/execute/execute.h
- src/ui/simulator/toolbox/execute/execute.cpp