![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtRwStringAttribute: More...

Public Member Functions | |
| DtRwStringAttribute (const DtString &name=DtString::nullString(), DtReaderWriterRegistry *const parentRegistry=NULL) | |
| real constructors - Set up to perform reader/writer operations correctly. | |
| DtRwStringAttribute (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwStringAttribute (const DtString &name, const DtString &key, const DtString &data, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwStringAttribute (const DtSymbolString &name, const DtString &key, const DtString &data, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| virtual | ~DtRwStringAttribute () |
| destructor | |
| DtRwStringAttribute (const DtRwStringAttribute &orig, const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| DtRwStringAttribute (const DtRwStringAttribute &orig, const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtRwStringAttribute & | operator= (const DtRwStringAttribute &orig) |
| assignment operator: | |
| DtStringAttribute & | operator= (const DtStringAttribute &stringAttribute) |
| assignment from a DtStringAttribute. | |
| virtual void | putData (FILE *fp, int indentlLevel=0) |
| Overridden to write and read the new field (as local data) from/to file. | |
| virtual DtlObjPtr | getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings) |
| virtual const char * | readerWriterType () const |
| Used to supply a string type that this reader writer type is. | |
class DtRwStringAttribute:
Instances of DtRwStringAttribute are readable/writeable DtStringAttributes.
| DtRwStringAttribute::DtRwStringAttribute | ( | const DtString & | name = DtString::nullString(), |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
real constructors - Set up to perform reader/writer operations correctly.
| DtRwStringAttribute::DtRwStringAttribute | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwStringAttribute::DtRwStringAttribute | ( | const DtString & | name, |
| const DtString & | key, | ||
| const DtString & | data, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwStringAttribute::DtRwStringAttribute | ( | const DtSymbolString & | name, |
| const DtString & | key, | ||
| const DtString & | data, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| virtual DtRwStringAttribute::~DtRwStringAttribute | ( | ) | [virtual] |
destructor
| DtRwStringAttribute::DtRwStringAttribute | ( | const DtRwStringAttribute & | orig, |
| const DtString & | name = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| DtRwStringAttribute::DtRwStringAttribute | ( | const DtRwStringAttribute & | orig, |
| const DtSymbolString & | name, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtRwStringAttribute& DtRwStringAttribute::operator= | ( | const DtRwStringAttribute & | orig | ) |
assignment operator:
| DtStringAttribute& DtRwStringAttribute::operator= | ( | const DtStringAttribute & | stringAttribute | ) |
assignment from a DtStringAttribute.
Reimplemented from DtStringAttribute.
| virtual void DtRwStringAttribute::putData | ( | FILE * | fp, |
| int | indentlLevel = 0 |
||
| ) | [virtual] |
Overridden to write and read the new field (as local data) from/to file.
Format for the type is as follows: ("name" <key> <data>)
Reimplemented from DtReaderWriter.
| virtual DtlObjPtr DtRwStringAttribute::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [virtual] |
| virtual const char* DtRwStringAttribute::readerWriterType | ( | ) | const [virtual] |
Used to supply a string type that this reader writer type is.
This can be used in place of dynamic-casting. Also used by the opd editor to determine which type of control to create
Reimplemented from DtReaderWriter.