|
Isis Developer Reference
|
Go to the documentation of this file.
41 t = t.remove(QRegExp(
"[\\w_-\"'")).toUpper();
117 void add(
const QString &file);
145 virtual QString
formatEnd(
const QString name,
156 virtual QString
addQuotes(
const QString value);
@ EnumKeyword
Definition: PvlFormat.h:27
QString name() const
Returns the keyword name.
Definition: PvlKeyword.h:98
@ StringKeyword
Definition: PvlFormat.h:20
A single keyword-value pair.
Definition: PvlKeyword.h:82
void addValue(QString value, QString unit="")
Adds a value with units.
Definition: PvlKeyword.cpp:252
Container for cube-like labels.
Definition: Pvl.h:119
KeywordType
The different types of keywords that can be formatted.
Definition: PvlFormat.h:19
@ BoolKeyword
Definition: PvlFormat.h:21
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
@ BinaryKeyword
Definition: PvlFormat.h:26
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
KeywordType toKeywordType(const QString type)
Convert a string representing a type of keyword to the corresponding enumeration.
Definition: PvlFormat.h:38
@ HexKeyword
Definition: PvlFormat.h:25
@ OctalKeyword
Definition: PvlFormat.h:24
Isis exception class.
Definition: IException.h:91
Namespace for the standard library.
@ RealKeyword
Definition: PvlFormat.h:23
int size() const
Returns the number of values stored in this keyword.
Definition: PvlKeyword.h:125
QString unit(const int index=0) const
Returns the units of measurement of the element of the array of values for the object at the specifie...
Definition: PvlKeyword.cpp:357
int keywords() const
Returns the number of keywords contained in the PvlContainer.
Definition: PvlContainer.h:86
static bool stringEqual(const QString &string1, const QString &string2)
Checks to see if two QStrings are equal.
Definition: PvlKeyword.cpp:535
@ NoTypeKeyword
Definition: PvlFormat.h:19
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ IntegerKeyword
Definition: PvlFormat.h:22