32 #include <xercesc/sax2/SAX2XMLReader.hpp>
157 IsisAml(
const QString &xmlfile);
165 void PutAsString(
const QString ¶mName,
const QString &value);
166 void PutAsString(
const QString ¶mName,
const std::vector<QString> &value);
168 void PutFileName(
const QString ¶mName,
const QString &value);
169 void PutFileName(
const QString ¶mName,
const std::vector<QString> &value);
171 void PutDouble(
const QString ¶mName,
const double &value);
172 void PutDouble(
const QString ¶mName,
const std::vector<double> &value);
174 void PutInteger(
const QString ¶mName,
const int &value);
175 void PutInteger(
const QString ¶mName,
const std::vector<int> &value);
177 void PutBoolean(
const QString ¶mName,
const bool &value);
178 void PutBoolean(
const QString ¶mName,
const std::vector<bool> &value);
180 void PutString(
const QString ¶mName,
const QString &value);
181 void PutString(
const QString ¶mName,
const std::vector<QString> &value);
183 QString
GetAsString(
const QString ¶mName)
const;
184 void GetAsString(
const QString ¶mName, std::vector<QString> &values)
const;
186 QString
GetFileName(
const QString ¶mName, QString extension =
"")
const;
187 void GetFileName(
const QString ¶mName, std::vector<QString> &values)
const;
189 QString
GetString(
const QString ¶mName)
const;
190 void GetString(
const QString ¶mName, std::vector<QString> &values)
const;
192 int GetInteger(
const QString ¶mName)
const;
193 void GetInteger(
const QString ¶mName, std::vector<int> &values)
const;
195 bool GetBoolean(
const QString ¶mName)
const;
197 void GetBoolean(
const QString ¶mName, std::vector<bool> &values)
const;
199 double GetDouble(
const QString ¶mName)
const;
200 void GetDouble(
const QString ¶mName, std::vector<double> &values)
const;
202 bool WasEntered(
const QString ¶mName)
const;
203 void Clear(
const QString ¶mName);
211 QString
Brief()
const;
219 QString
GroupName(
const int &group)
const;
222 int GroupIndex(
const QString & grpName)
const;
226 QString
ParamName(
const int &group,
const int ¶m)
const;
228 QString
ParamType(
const int &group,
const int ¶m)
const;
230 QString
ParamBrief(
const int &group,
const int ¶m)
const;
234 QString
ParamMinimum(
const int &group,
const int ¶m)
const;
238 QString
ParamMaximum(
const int &group,
const int ¶m)
const;
242 QString
ParamOdd(
const int &group,
const int ¶m)
const;
255 const int &great)
const;
258 const int &great)
const;
261 const int &great)
const;
264 const int &les)
const;
267 const int ¬Eq)
const;
272 const int &option)
const;
275 const int &option)
const;
278 const int &option)
const;
281 const int &option)
const;
284 const int &option,
const int &exclude)
const;
287 const int &option)
const;
290 const int &option,
const int &include)
const;
292 QString
ParamDefault(
const int &group,
const int ¶m)
const;
296 QString
ParamFilter(
const int &group,
const int ¶m)
const;
298 QString
ParamPath(
const int &group,
const int ¶m)
const;
300 QString
ParamFileMode(
const int &group,
const int ¶m)
const;
304 QString
ParamExclude(
const int &group,
const int ¶m,
305 const int &exclude)
const;
308 QString
ParamInclude(
const int &group,
const int ¶m,
309 const int &include)
const;
311 QString
PixelType(
const int &group,
const int ¶m)
const;
313 int HelpersSize(
const int &group,
const int ¶m)
const;
316 const int &helper)
const;
319 const int &helper)
const;
321 QString
HelperBrief(
const int &group,
const int ¶m,
322 const int &helper)
const;
325 const int &helper)
const;
327 QString
HelperIcon(
const int &group,
const int ¶m,
328 const int &helper)
const;
336 QString pvlGrpName, std::vector<QString> & exclude);
int NumParams(const int &) const
Returns the number of parameters in a group.
QString ParamPath(const int &group, const int ¶m) const
Returns the default path for a filename/cube parameter.
QString ParamFilter(const int &group, const int ¶m) const
Returns the parameter filter for a parameter in a specified group.
int ParamIncludeSize(const int &group, const int ¶m) const
Returns the number of parameters included in this parameter's inclusions.
QString Description() const
Returns the full description of the program.
QString ParamDefault(const int &group, const int ¶m) const
Returns the default for a parameter in a specified group.
int HelpersSize(const int &group, const int ¶m) const
Returns the number of helpers the parameter has.
QString ParamMinimum(const int &group, const int ¶m) const
Returns the minimum value of a parameter in a specified group.
const IsisParameterData * ReturnParam(const QString ¶mName) const
Returns a pointer to a parameter whose name starts with paramName.
bool IsParamInPvlInclude(QString ¶mName, std::vector< QString > &exclude)
Verify whether Parameter name is in the Include list Used in creation of DefFile. ...
QString ParamListBrief(const int &group, const int ¶m, const int &option) const
Returns the brief description for a specific option to a parameter.
int GroupIndex(const QString &grpName) const
Given the group name get its index in group array.
QString HelperIcon(const int &group, const int ¶m, const int &helper) const
Returns the name of the icon for the helper button.
int GetInteger(const QString ¶mName) const
Allows the retrieval of a value for a parameter of type "integer".
QString HelperDescription(const int &group, const int ¶m, const int &helper) const
Returns the long description of the helper button.
QString ParamMaximum(const int &group, const int ¶m) const
Returns the maximum value of a parameter in a specified group.
int ParamGreaterThanOrEqualSize(const int &group, const int ¶m) const
Returns the number of values in the parameters greater than or equal list.
int ParamNotEqualSize(const int &group, const int ¶m) const
Returns the number of values in the not equal list.
int ParamExcludeSize(const int &group, const int ¶m) const
Returns the number of parameters excluded in this parameter's exclusions.
IsisAml(const QString &xmlfile)
Constructs an IsisAml object and internalizes the XML data in the given file name.
void PutAsString(const QString ¶mName, const QString &value)
Allows the insertion of a value for any parameter.
void CreatePVL(Isis::Pvl &pvlDef, QString guiGrpName, QString pvlObjName, QString pvlGrpName, std::vector< QString > &exclude)
Create Pvl with the parameters in a user defined group given the Pvl object and group name...
int ParamListIncludeSize(const int &group, const int ¶m, const int &option) const
Returns the number of items in a parameters list include section.
QString GetFileName(const QString ¶mName, QString extension="") const
Allows the retrieval of a value for a parameter of type "filename".
QString ParamListDescription(const int &group, const int ¶m, const int &option) const
Returns the full description for a specific option to a parameter.
void PutInteger(const QString ¶mName, const int &value)
Allows the insertion of a value for a parameter of type "integer".
int ParamListExcludeSize(const int &group, const int ¶m, const int &option) const
Returns the number of items in a parameters list exclude section.
void StartParser(const char *xmlfile)
Starts parsing an application xml file.
QString Brief() const
Returns the brief description of the program.
bool GetBoolean(const QString ¶mName) const
Allows the retrieval of a value for a parameter of type "boolean".
QString HelperButtonName(const int &group, const int ¶m, const int &helper) const
Returns the name of the helper button.
QString HelperFunction(const int &group, const int ¶m, const int &helper) const
Returns the name of the helper function.
QString ParamLessThan(const int &group, const int ¶m, const int &great) const
Returns the name of the specified lessThan parameter.
XERCES::SAX2XMLReader * parser
The XML file parser.
QString GetAsString(const QString ¶mName) const
Allows the retrieval of a value for a parameter of any type.
QString Version() const
Returns the application version date.
QString ParamListExclude(const int &group, const int ¶m, const int &option, const int &exclude) const
Returns the parameter name to be excluded if this option is selected.
QString ParamMinimumInclusive(const int &group, const int ¶m) const
Returns whether the minimum value is inclusive or not.
double GetDouble(const QString ¶mName) const
Allows the retrieval of a value for a parameter of type "double".
QString ParamInclude(const int &group, const int ¶m, const int &include) const
Returns the name of the specified included parameter.
QString ParamType(const int &group, const int ¶m) const
Returns the parameter type of a parameter in a specified group.
int ParamLessThanOrEqualSize(const int &group, const int ¶m) const
Returns the number of values in the parameters less than or equal list.
void PutBoolean(const QString ¶mName, const bool &value)
Allows the insertion of a value for a parameter of type "boolean".
bool StringToBool(QString value) const
Returns a boolean value based on the QString contents.
void PutFileName(const QString ¶mName, const QString &value)
Allows the insertion of a value for a parameter of type "filename".
QString ParamExclude(const int &group, const int ¶m, const int &exclude) const
Returns the name of the specified excluded parameter.
Manipulate and parse attributes of output cube filenames.
int ParamLessThanSize(const int &group, const int ¶m) const
Returns the number of values in the parameters less than list.
void PutString(const QString ¶mName, const QString &value)
Allows the insertion of a value for any parameter.
QString ParamGreaterThan(const int &group, const int ¶m, const int &great) const
Returns the name of the specified greaterThan parameter.
QString ParamName(const int &group, const int ¶m) const
Returns the parameter name.
Isis::CubeAttributeInput & GetInputAttribute(const QString ¶mName)
Gets the attributes for an input cube.
void Clear(const QString ¶mName)
Clears the value(s) in the named parameter.
QString PixelType(const int &group, const int ¶m) const
Returns the default pixel type from the XML.
void Verify(const IsisParameterData *param)
Throws an Isis::iExceptionXxxxxxxx if the parameter value(s) is invalid.
Container for cube-like labels.
QString HelperBrief(const int &group, const int ¶m, const int &helper) const
Returns the brief description of the helper button.
~IsisAml()
Destructs an IsisAml object.
QString ParamFileMode(const int &group, const int ¶m) const
Returns the file mode for a parameter in a specified group.
QString ParamListValue(const int &group, const int ¶m, const int &option) const
Returns the option value for a specific option to a parameter.
QString ParamOdd(const int &group, const int ¶m) const
Returns whether the selected parameter has a restriction on odd values or not.
Application program XML file parameter manager.
Isis::CubeAttributeOutput & GetOutputAttribute(const QString ¶mName)
Gets the attributes for an output cube.
IsisXMLApplication * appHandler
The application handler.
QString ParamBrief(const int &group, const int ¶m) const
Returns the brief description of a parameter in a specified group.
QString ProgramName() const
Returns the Program name.
int NumGroups() const
Returns the number of groups found in the XML.
QString ParamDescription(const int &group, const int ¶m) const
Returns the long description of a parameter in a specified group.
QString GetString(const QString ¶mName) const
Allows the retrieval of a value for a parameter of type "string".
QString ParamNotEqual(const int &group, const int ¶m, const int ¬Eq) const
Returns the name of the specified notEqual parameter.
void VerifyAll()
Verify all parameters.
QString ParamGreaterThanOrEqual(const int &group, const int ¶m, const int &great) const
Returns the name of the specified greaterThanOrEqual parameter.
bool WasEntered(const QString ¶mName) const
Returns a true if the parameter has a value, and false if it does not.
QString ParamInternalDefault(const int &group, const int ¶m) const
Returns the internal default for a parameter in a specified group.
void CommandLine(Isis::Pvl &lab) const
Creates a QString which could be used as a command line.
void CheckFileNamePreference(QString filename, QString paramname)
This method checks whether the user preferences are set to allow overwrites of existing files...
int ParamListSize(const int &group, const int ¶m) const
Returns the number of options in the specified parameter's list.
QString ParamListInclude(const int &group, const int ¶m, const int &option, const int &include) const
Returns the parameter name to be included if this option is selected.
QString ParamLessThanOrEqual(const int &group, const int ¶m, const int &les) const
Returns the name of the specified lessThanOrEqual parameter.
int ParamGreaterThanSize(const int &group, const int ¶m) const
Returns the number of values in the parameters greater than list.
void PutDouble(const QString ¶mName, const double &value)
Allows the insertion of a value for a parameter of type "double".
QString GroupName(const int &group) const
Returns the group name of group[index].
QString ParamMaximumInclusive(const int &group, const int ¶m) const
Returns whether the maximum value is inclusive or not.