|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef XmlToPvlTranslationManager_h
2 #define XmlToPvlTranslationManager_h
14 #include <QDomDocument>
122 const QString &transFile);
125 std::istream &transStrm);
131 virtual QString
Translate(QString translationGroupName,
int findex = 0);
140 virtual std::vector< std::pair<QString, int> >
validKeywords()
const;
145 QDomDocument m_xmlLabel;
virtual QStringList parseSpecification(QString specification) const
Parses and validates a dependency specification.
Definition: LabelTranslationManager.cpp:172
QString name() const
Returns the keyword name.
Definition: PvlKeyword.h:98
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
virtual std::vector< std::pair< QString, int > > validKeywords() const
Returns a vector of valid keyword names and their sizes.
Definition: PvlTranslationTable.cpp:179
virtual void Auto(Pvl &outputLabel)
Automatically translate all the output names tagged as Auto in the translation table If a output name...
Definition: LabelTranslationManager.cpp:70
A single keyword-value pair.
Definition: PvlKeyword.h:82
QList< PvlKeyword >::const_iterator ConstPvlKeywordIterator
The const keyword iterator.
Definition: PvlContainer.h:160
File name manipulation and expansion.
Definition: FileName.h:100
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
void AddTable(std::istream &transStm)
Adds the contents of a translation table to the searchable groups/keys Also performs a verification,...
Definition: PvlTranslationTable.cpp:102
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
Container for cube-like labels.
Definition: Pvl.h:119
bool hasInputDefault(const QString translationGroupName)
Determines whether the given group has a default input value.
Definition: PvlTranslationTable.cpp:407
Allows applications to translate Xml label files.
Definition: XmlToPvlTranslationManager.h:115
void SetLabel(FileName &inputLabel)
Reads an Xml label file and internalizes it for translation.
Definition: XmlToPvlTranslationManager.cpp:107
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
virtual QString Translate(QString translationGroupName, int findex=0)
Returns a translated value.
Definition: XmlToPvlTranslationManager.cpp:163
bool checkDependencies(QDomElement element, PvlKeyword dependencies, bool isDebug) const
Checks if a element in the xml label satisfies a list of dependencies.
Definition: XmlToPvlTranslationManager.cpp:372
XmlToPvlTranslationManager(const QString &transFile)
Constructs and initializes an XmlToPvlTranslationManager object from the given Pvl translation file.
Definition: XmlToPvlTranslationManager.cpp:39
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
virtual ~XmlToPvlTranslationManager()
Destroys the XmlToPvlTranslationManager object.
Definition: XmlToPvlTranslationManager.cpp:98
void parseFile(const FileName &xmlFileName)
Opens, parses, and internalizes an Xml label file.
Definition: XmlToPvlTranslationManager.cpp:464
Allows applications to translate simple text files.
Definition: LabelTranslationManager.h:43
virtual void Auto(Pvl &outputLabel)
Automatically translate all the output names tagged as Auto in the translation table If a output name...
Definition: LabelTranslationManager.cpp:70
Isis exception class.
Definition: IException.h:91
QString Translate(const QString translationGroupName, const QString inputKeyValue="") const
Translates a single output value from the given translation group name and input value.
Definition: PvlTranslationTable.cpp:216
virtual std::vector< std::pair< QString, int > > validKeywords() const
Returns a vector of valid keyword names and their sizes.
Definition: XmlToPvlTranslationManager.cpp:118
Namespace for the standard library.
int size() const
Returns the number of values stored in this keyword.
Definition: PvlKeyword.h:125
QString InputDefault(const QString translationGroupName) const
Returns the input default value from the translation table corresponding to the output name argument.
Definition: PvlTranslationTable.cpp:382
PvlKeyword & findKeyword(const QString &name)
Find a keyword with a specified name.
Definition: PvlContainer.cpp:62
PvlKeywordIterator end()
Return the ending iterator.
Definition: PvlContainer.h:194
PvlKeywordIterator begin()
Return the beginning iterator.
Definition: PvlContainer.h:178
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Pvl & TranslationTable()
Protected accessor for pvl translation table passed into class.
Definition: PvlTranslationTable.cpp:62