142      UserInterface(
const QString &xmlfile, 
int &argc, 
char *argv[]);
 
  153        return p_abortOnError;
 
  163        return p_batchList.size();
 
  172        return p_gui != NULL;
 
  203      void loadBatchList(
const QString file);
 
  206      void loadCommandLine(
int argc, 
char *argv[]);
 
  207      void loadHistory(
const QString file);
 
  209      void evaluateOption(
const QString 
name, 
const QString value);
 
  210      void getNextParameter(
unsigned int &curPos,
 
  211                            QString &unresolvedParam,
 
  212                            std::vector<QString> &value);
 
  213      void preProcess(QString fullReservedName, std::vector<QString> &reservedParams);
 
  214      std::vector<QString> readArray(QString arrayString);
 
  215      QString resolveParameter(QString &
name,
 
  216                               std::vector<QString> &reservedParams,
 
  217                               bool handleNoMatches = 
true);
 
  222      std::vector<std::vector<QString> > p_batchList;
 
  224      std::vector<char *> p_cmdline;
 
  232      QString p_infoFileName;
 
Gui for Isis Applications.
Definition: Gui.h:73
 
Container for cube-like labels.
Definition: Pvl.h:119
 
Command Line and Xml loader, validation, and access.
Definition: UserInterface.h:140
 
int ParentId()
Returns the parent id.
Definition: UserInterface.h:180
 
QString GetInfoFileName()
This method returns the filename where the debugging info is stored when the "-info" tag is used.
Definition: UserInterface.cpp:119
 
bool IsInteractive()
Indicates if the Isis Graphical User Interface is operating.
Definition: UserInterface.h:171
 
bool AbortOnError()
Returns true if the program should abort on error, and false if it should continue.
Definition: UserInterface.h:152
 
UserInterface(const QString &xmlfile, int &argc, char *argv[])
Constructs an UserInterface object.
Definition: UserInterface.cpp:71
 
bool GetInfoFlag()
This method returns the flag state of info.
Definition: UserInterface.cpp:130
 
QString BuildNewCommandLineFromPvl(Pvl temp)
Definition: UserInterface.cpp:543
 
int BatchListSize()
Returns the size of the batchlist.
Definition: UserInterface.h:162
 
Gui * TheGui()
Definition: UserInterface.h:187
 
void SetErrorList(int i)
This method adds the line specified in the BatchList that the error occured on.
Definition: UserInterface.cpp:234
 
void SaveHistory()
Saves the user parameter information in the history of the program for later use.
Definition: UserInterface.cpp:261
 
void SetBatchList(int i)
Clears the gui parameters and sets the batch list information at line i as the new parameters.
Definition: UserInterface.cpp:143
 
~UserInterface()
Destroys the UserInterface object.
Definition: UserInterface.cpp:105
 
QString name
Definition: IsisAmlData.h:126
 
Application program XML file parameter manager.
Definition: IsisAml.h:138
 
This is free and unencumbered software released into the public domain.
Definition: Calculator.h:18
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16