140 UserInterface(
const QString &xmlfile,
int &argc,
char *argv[]);
151 return p_abortOnError;
161 return p_batchList.size();
170 return p_gui != NULL;
210 void loadBatchList(
const QString file);
213 void loadCommandLine(
int argc,
char *argv[]);
214 void loadHistory(
const QString file);
216 void evaluateOption(
const QString
name,
const QString value);
217 void getNextParameter(
unsigned int &curPos,
218 QString &unresolvedParam,
219 std::vector<QString> &value);
220 void preProcess(QString fullReservedName, std::vector<QString> &reservedParams);
221 std::vector<QString> readArray(QString arrayString);
222 QString resolveParameter(QString &
name,
223 std::vector<QString> &reservedParams,
224 bool handleNoMatches =
true);
229 std::vector<std::vector<QString> > p_batchList;
231 std::vector<char *> p_cmdline;
239 QString p_infoFileName;
248 QString p_preference;
Gui for Isis Applications.
Definition Gui.h:73
int ParentId()
Returns the parent id.
Definition UserInterface.h:178
QString GetInfoFileName()
This method returns the filename where the debugging info is stored when the "-info" tag is used.
Definition UserInterface.cpp:121
bool IsInteractive()
Indicates if the Isis Graphical User Interface is operating.
Definition UserInterface.h:169
bool AbortOnError()
Returns true if the program should abort on error, and false if it should continue.
Definition UserInterface.h:150
UserInterface(const QString &xmlfile, int &argc, char *argv[])
Constructs an UserInterface object.
Definition UserInterface.cpp:72
bool GetInfoFlag()
This method returns the flag state of info.
Definition UserInterface.cpp:132
QString GetParamPreference()
Get the the preference path passed in by the user.
Definition UserInterface.h:194
QString BuildNewCommandLineFromPvl(Pvl temp)
Definition UserInterface.cpp:547
int BatchListSize()
Returns the size of the batchlist.
Definition UserInterface.h:160
Gui * TheGui()
Definition UserInterface.h:185
void SetErrorList(int i)
This method adds the line specified in the BatchList that the error occured on.
Definition UserInterface.cpp:236
void SaveHistory()
Saves the user parameter information in the history of the program for later use.
Definition UserInterface.cpp:263
void SetBatchList(int i)
Clears the gui parameters and sets the batch list information at line i as the new parameters.
Definition UserInterface.cpp:145
~UserInterface()
Destroys the UserInterface object.
Definition UserInterface.cpp:107
QString name
Definition IsisAmlData.h:126
IsisAml(const QString &xmlfile)
Constructs an IsisAml object and internalizes the XML data in the given file name.
Definition IsisAml.cpp:41
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16