![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtRpfPaperMapRecord () | |
| virtual | ~DtRpfPaperMapRecord () |
| DtRpfPaperMapRecord (const DtRpfPaperMapRecord &orig) | |
| DtRpfPaperMapRecord & | operator= (const DtRpfPaperMapRecord &rhs) |
| virtual DtPaperMapRecord * | clone () |
| virtual DtString | recordTypeName () const |
| Returns the type name for the particular record. | |
| virtual const DtString & | type () const |
| virtual void | setType (const DtString &type) |
| virtual const DtString & | resolution () const |
| virtual void | setResolution (const DtString &res) |
| virtual bool | get (std::istream &stream) |
| Read self from stream. | |
| virtual bool | processToken (std::istream &stream, DtString &token) |
| identifies a token or passes token the parent class. | |
Static Public Member Functions | |
| static DtMetafileRecord * | create () |
Protected Member Functions | |
| virtual bool | writeAttributes (std::ostream &stream) const |
| Write attributes to stream. This is called by put(stream) | |
| virtual bool | getAttribute (const DtString attrName, DtString &value, unsigned index=0) |
| Given the name of a record's attribute, returns its value in the 'value' parameter. | |
| virtual bool | setToken (const DtString &token, const DtString value) |
| identifies a token and returns true if the value can be set to it, false otherwise | |
Protected Attributes | |
| DtString | myType |
| DtString | myResolution |
Static Protected Attributes | |
| static const DtString | theParameterType |
| static const DtString | theResolutionType |
| virtual DtRpfPaperMapRecord::~DtRpfPaperMapRecord | ( | ) | [virtual] |
| DtRpfPaperMapRecord::DtRpfPaperMapRecord | ( | const DtRpfPaperMapRecord & | orig | ) |
| DtRpfPaperMapRecord& DtRpfPaperMapRecord::operator= | ( | const DtRpfPaperMapRecord & | rhs | ) |
| virtual DtPaperMapRecord* DtRpfPaperMapRecord::clone | ( | ) | [virtual] |
Reimplemented from DtPaperMapRecord.
| virtual DtString DtRpfPaperMapRecord::recordTypeName | ( | ) | const [virtual] |
Returns the type name for the particular record.
Descendants should have this method return some string which uniquely identifies the kind of database it represents.
Reimplemented from DtPaperMapRecord.
| virtual const DtString& DtRpfPaperMapRecord::type | ( | ) | const [virtual] |
| virtual void DtRpfPaperMapRecord::setType | ( | const DtString & | type | ) | [virtual] |
| virtual const DtString& DtRpfPaperMapRecord::resolution | ( | ) | const [virtual] |
| virtual void DtRpfPaperMapRecord::setResolution | ( | const DtString & | res | ) | [virtual] |
| virtual bool DtRpfPaperMapRecord::get | ( | std::istream & | stream | ) | [virtual] |
Read self from stream.
Reimplemented from DtPaperMapRecord.
| virtual bool DtRpfPaperMapRecord::processToken | ( | std::istream & | stream, |
| DtString & | token | ||
| ) | [virtual] |
identifies a token or passes token the parent class.
Reimplemented from DtPaperMapRecord.
| static DtMetafileRecord* DtRpfPaperMapRecord::create | ( | ) | [static] |
Reimplemented from DtPaperMapRecord.
| virtual bool DtRpfPaperMapRecord::writeAttributes | ( | std::ostream & | stream | ) | const [protected, virtual] |
Write attributes to stream. This is called by put(stream)
Reimplemented from DtPaperMapRecord.
| virtual bool DtRpfPaperMapRecord::getAttribute | ( | const DtString | attrName, |
| DtString & | value, | ||
| unsigned | index = 0 |
||
| ) | [protected, virtual] |
Given the name of a record's attribute, returns its value in the 'value' parameter.
Returns True if successful; false otherwise
Reimplemented from DtPaperMapRecord.
| virtual bool DtRpfPaperMapRecord::setToken | ( | const DtString & | token, |
| const DtString | value | ||
| ) | [protected, virtual] |
identifies a token and returns true if the value can be set to it, false otherwise
Reimplemented from DtPaperMapRecord.
DtString DtRpfPaperMapRecord::myType [protected] |
DtString DtRpfPaperMapRecord::myResolution [protected] |
const DtString DtRpfPaperMapRecord::theParameterType [static, protected] |
const DtString DtRpfPaperMapRecord::theResolutionType [static, protected] |