1 #ifndef ProgramLauncher_h 2 #define ProgramLauncher_h 52 static void RunIsisProgram(QString isisProgramName, QString arguments);
static void RunIsisProgram(QString isisProgramName, QString arguments)
Executes the Isis program with the given arguments.
ProgramLauncher()
Construction is not allowed.
Execute External Programs and Commands.
static void RunSystemCommand(QString commandLine)
This runs arbitrary system commands.
static IException ProcessIsisMessageFromChild(QString code, QString msg)
This interprets a message sent along the pipe from a child process to us (the parent).
ProgramLauncher & operator=(ProgramLauncher &other)
Assignment is not allowed.
~ProgramLauncher()
Destruction is not allowed.
Namespace for ISIS/Bullet specific routines.