1#ifndef ProgramLauncher_h
2#define ProgramLauncher_h
34 class ProgramLauncher {
36 static void RunIsisProgram(QString isisProgramName, QString arguments);
40 static IException ProcessIsisMessageFromChild(QString code, QString msg);
53 ProgramLauncher(ProgramLauncher &other);
61 ProgramLauncher &operator=(ProgramLauncher &other);
Isis exception class.
Definition IException.h:91
static void RunIsisProgram(QString isisProgramName, QString arguments)
Executes the Isis program with the given arguments.
Definition ProgramLauncher.cpp:37
static void RunSystemCommand(QString commandLine)
This runs arbitrary system commands.
Definition ProgramLauncher.cpp:216
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16