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);
 
 
Container for cube-like labels.
Definition Pvl.h:122
 
A single keyword-value pair.
Definition PvlKeyword.h:87
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
 
KeywordType
The different types of keywords that can be formatted.
Definition PvlFormat.h:19
 
@ BinaryKeyword
Definition PvlFormat.h:26
 
@ OctalKeyword
Definition PvlFormat.h:24
 
@ IntegerKeyword
Definition PvlFormat.h:22
 
@ BoolKeyword
Definition PvlFormat.h:21
 
@ RealKeyword
Definition PvlFormat.h:23
 
@ EnumKeyword
Definition PvlFormat.h:27
 
@ NoTypeKeyword
Definition PvlFormat.h:19
 
@ HexKeyword
Definition PvlFormat.h:25
 
@ StringKeyword
Definition PvlFormat.h:20
 
KeywordType toKeywordType(const QString type)
Convert a string representing a type of keyword to the corresponding enumeration.
Definition PvlFormat.h:38