11template<
typename T>
class QList;
63 inline QString
name()
const {
72 bool isNamed(
const QString &match)
const {
79 inline QString
type()
const {
Contains more than one keyword-value pair.
Definition PvlContainer.h:49
PvlContainer(const QString &type)
Constructs a PvlContainer object with a type.
Definition PvlContainer.cpp:26
PvlKeyword operator[](const char *name) const
When you use the [] operator with a (char) name, it will call the findKeyword() method.
Definition PvlContainer.h:151
PvlContainer * formatTemplate()
Definition PvlContainer.h:244
ConstPvlKeywordIterator begin() const
Return the const beginning iterator.
Definition PvlContainer.h:186
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition PvlContainer.cpp:159
bool cleanDuplicateKeywords()
Removes keywords from the container that have BOTH the same name and value.
Definition PvlContainer.cpp:136
PvlKeyword & nameKeyword()
Definition PvlContainer.h:273
const PvlContainer & operator=(const PvlContainer &other)
This is an assignment operator.
Definition PvlContainer.cpp:375
int indent()
Definition PvlContainer.h:255
void clear()
Clears PvlKeywords.
Definition PvlContainer.h:91
QString comment(const int index) const
Definition PvlContainer.h:265
void setFileName(const QString &filename)
Sets the filename to the specified string.
Definition PvlContainer.h:301
QList< PvlKeyword >::iterator PvlKeywordIterator
The keyword iterator.
Definition PvlContainer.h:157
void operator-=(const QString &name)
When you use the -= operator with a (string) name, it will call the deleteKeyword() method.
Definition PvlContainer.h:216
ConstPvlKeywordIterator end() const
Return the const ending iterator.
Definition PvlContainer.h:202
void init()
Sets the filename to blank.
Definition PvlContainer.cpp:51
QString m_filename
This contains the filename used to initialize the pvl object.
Definition PvlContainer.h:283
void validateRepeatOption(PvlKeyword &pPvlTmplKwrd, PvlContainer &pPvlCont)
Validate the Repeat Option for a Keyword.
Definition PvlContainer.cpp:470
PvlKeywordIterator begin()
Return the beginning iterator.
Definition PvlContainer.h:178
QString fileName() const
Returns the filename used to initialise the Pvl object.
Definition PvlContainer.h:232
QList< PvlKeyword >::const_iterator ConstPvlKeywordIterator
The const keyword iterator.
Definition PvlContainer.h:160
const PvlKeyword & nameKeyword() const
Definition PvlContainer.h:276
void setFormatTemplate(PvlContainer &ref)
Definition PvlContainer.h:236
bool hasFormatTemplate()
Definition PvlContainer.h:240
PvlContainer * m_formatTemplate
Definition PvlContainer.h:305
PvlKeyword m_name
This is the name keyword.
Definition PvlContainer.h:289
void operator+=(const PvlKeyword &keyword)
When you use the += operator with a PvlKeyword, it will call the addKeyword() method.
Definition PvlContainer.h:110
bool isNamed(const QString &match) const
Returns whether the given string is equal to the container name or not.
Definition PvlContainer.h:72
int keywords() const
Returns the number of keywords contained in the PvlContainer.
Definition PvlContainer.h:86
PvlKeywordIterator end()
Return the ending iterator.
Definition PvlContainer.h:194
void setName(const QString &name)
Set the name of the container.
Definition PvlContainer.h:56
void setIndent(int indent)
Definition PvlContainer.h:258
InsertMode
Contains both modes: Append or Replace.
Definition PvlContainer.h:95
@ Replace
Definition PvlContainer.h:95
@ Append
Definition PvlContainer.h:95
int comments() const
Definition PvlContainer.h:262
PvlKeyword & operator[](const QString &name)
When you use the [] operator with a (string) name, it will call the findKeyword() method.
Definition PvlContainer.h:120
void setFormat(PvlFormat *format)
Definition PvlContainer.h:251
QString name() const
Returns the container name.
Definition PvlContainer.h:63
PvlKeyword & operator[](const char *name)
When you use the [] operator with a (char) name, it will call the findKeyword() method.
Definition PvlContainer.h:130
QString type() const
Returns the container type.
Definition PvlContainer.h:79
void validateAllKeywords(PvlContainer &pPvlCont)
Validate All the Keywords in a Container comparing with the Template.
Definition PvlContainer.cpp:394
void addKeyword(const PvlKeyword &keyword, const InsertMode mode=Append)
Add a keyword to the container.
Definition PvlContainer.cpp:202
const PvlKeyword & operator[](const QString &name) const
When you use the [] operator with a (string) name, it will call the findKeyword() method.
Definition PvlContainer.h:141
void deleteKeyword(const QString &name)
Remove a specified keyword.
Definition PvlContainer.cpp:97
PvlFormat * format()
Definition PvlContainer.h:248
PvlKeyword & findKeyword(const QString &name)
Find a keyword with a specified name.
Definition PvlContainer.cpp:62
void addComment(const QString &comment)
Definition PvlContainer.h:269
QList< PvlKeyword > m_keywords
This is the vector of PvlKeywords the container is holding.
Definition PvlContainer.h:290
A single keyword-value pair.
Definition PvlKeyword.h:87
void setIndent(int indent)
Sets the indent level when outputted(for formatting)
Definition PvlKeyword.h:211
QString name() const
Returns the keyword name.
Definition PvlKeyword.h:103
void setFormat(PvlFormat *formatter)
Set the PvlFormatter used to format the keyword name and value(s)
Definition PvlKeyword.cpp:942
int comments() const
Returns the number of lines of comments associated with this keyword.
Definition PvlKeyword.h:168
QString comment(const int index) const
Return a comment at the specified index.
Definition PvlKeyword.cpp:498
int indent() const
Returns the current indent level.
Definition PvlKeyword.h:221
static bool stringEqual(const QString &string1, const QString &string2)
Checks to see if two QStrings are equal.
Definition PvlKeyword.cpp:592
PvlFormat * format()
Get the current PvlFormat or create one.
Definition PvlKeyword.cpp:953
void setValue(QString value, QString unit="")
Sets new values.
Definition PvlKeyword.cpp:155
void addComment(QString comment)
Add a comment to the PvlKeyword.
Definition PvlKeyword.cpp:433
This is free and unencumbered software released into the public domain.
Definition BoxcarCachingAlgorithm.h:13
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
QDebug operator<<(QDebug debug, const Hillshade &hillshade)
Print this class out to a QDebug object.
Definition Hillshade.cpp:313