  | 
  
    Isis Developer Reference
    
   | 
 
 
 
 
Go to the documentation of this file.
   57       virtual QString 
formatEnd(
const QString name,
 
   64       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 clear()
Clears all values and units for this PvlKeyword object.
Definition: PvlKeyword.cpp:291
 
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
 
@ BinaryKeyword
Definition: PvlFormat.h:26
 
BigInt toBigInt(const QString &string)
Global function to convert from a string to a "big" integer.
Definition: IString.cpp:115
 
int toInt(const QString &string)
Global function to convert from a string to an integer.
Definition: IString.cpp:93
 
long long int BigInt
Big int.
Definition: Constants.h:49
 
@ HexKeyword
Definition: PvlFormat.h:25
 
double toDouble(const QString &string)
Global function to convert from a string to a double.
Definition: IString.cpp:149
 
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
 
@ 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