|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ProgramLauncher_h
2 #define ProgramLauncher_h
36 static void RunIsisProgram(QString isisProgramName, QString arguments);
40 static IException ProcessIsisMessageFromChild(QString code, QString msg);
Application * iApp
Definition: Application.cpp:51
Execute External Programs and Commands.
Definition: ProgramLauncher.h:34
static void GuiLog(const Pvl &results)
Writes the Pvl results to the sessionlog, but not to the printfile.
Definition: Application.cpp:395
static void RunSystemCommand(QString commandLine)
This runs arbitrary system commands.
Definition: ProgramLauncher.cpp:207
QString name() const
Returns the name of the file excluding the path and the attributes in the file name.
Definition: FileName.cpp:162
File name manipulation and expansion.
Definition: FileName.h:100
bool fileExists() const
Returns true if the file exists; false otherwise.
Definition: FileName.cpp:449
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
void append(const IException &exceptionSource)
Appends the given exception (and its list of previous exceptions) to this exception's causational exc...
Definition: IException.cpp:409
static void RunIsisProgram(QString isisProgramName, QString arguments)
Executes the Isis program with the given arguments.
Definition: ProgramLauncher.cpp:37
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
Isis exception class.
Definition: IException.h:91
Namespace for the standard library.
static void Log(PvlGroup &results)
Writes Pvl results to sessionlog and printfile.
Definition: Application.cpp:353
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16