Structure holding parameters for application launch. More...
#include <apprunner.h>
Public Member Functions | |
| bool | isValid () const |
| It's valid when at least executable is set. More... | |
Public Attributes | |
| QDir | applicationDir |
| working directory More... | |
| QStringList | args |
| launch parameters More... | |
| QFileInfo | executable |
| path to the executable More... | |
Structure holding parameters for application launch.
Definition at line 37 of file apprunner.h.
| bool CommandLineInfo::isValid | ( | ) | const |
It's valid when at least executable is set.
Definition at line 31 of file apprunner.cpp.
| QDir CommandLineInfo::applicationDir |
working directory
Definition at line 41 of file apprunner.h.
| QStringList CommandLineInfo::args |
launch parameters
Definition at line 43 of file apprunner.h.
| QFileInfo CommandLineInfo::executable |
path to the executable
Definition at line 45 of file apprunner.h.