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

Public Member Functions | |
| DtRwIntegerAttribute (const DtString &name=DtString::nullString(), DtReaderWriterRegistry *const parentRegistry=NULL) | |
| real constructors - Set up to perform reader/writer operations correctly. | |
| DtRwIntegerAttribute (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwIntegerAttribute (const DtString &name, const DtString &key, const int &data, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwIntegerAttribute (const DtSymbolString &name, const DtString &key, const int &data, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| virtual | ~DtRwIntegerAttribute () |
| destructor | |
| DtRwIntegerAttribute (const DtRwIntegerAttribute &orig, const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| DtRwIntegerAttribute (const DtRwIntegerAttribute &orig, const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtRwIntegerAttribute & | operator= (const DtRwIntegerAttribute &orig) |
| assignment operator: | |
| DtIntegerAttribute & | operator= (const DtIntegerAttribute &integerAttribute) |
| assignment from a DtIntegerAttribute. | |
| 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 DtRwIntegerAttribute:
Instances of DtRwIntegerAttribute are readable/writeable DtIntegerAttributes.
| DtRwIntegerAttribute::DtRwIntegerAttribute | ( | const DtString & | name = DtString::nullString(), |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
real constructors - Set up to perform reader/writer operations correctly.
| DtRwIntegerAttribute::DtRwIntegerAttribute | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwIntegerAttribute::DtRwIntegerAttribute | ( | const DtString & | name, |
| const DtString & | key, | ||
| const int & | data, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwIntegerAttribute::DtRwIntegerAttribute | ( | const DtSymbolString & | name, |
| const DtString & | key, | ||
| const int & | data, | ||
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| virtual DtRwIntegerAttribute::~DtRwIntegerAttribute | ( | ) | [virtual] |
destructor
| DtRwIntegerAttribute::DtRwIntegerAttribute | ( | const DtRwIntegerAttribute & | orig, |
| const DtString & | name = DtString::nullString(), |
||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| DtRwIntegerAttribute::DtRwIntegerAttribute | ( | const DtRwIntegerAttribute & | orig, |
| const DtSymbolString & | name, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtRwIntegerAttribute& DtRwIntegerAttribute::operator= | ( | const DtRwIntegerAttribute & | orig | ) |
assignment operator:
| DtIntegerAttribute& DtRwIntegerAttribute::operator= | ( | const DtIntegerAttribute & | integerAttribute | ) |
assignment from a DtIntegerAttribute.
Reimplemented from DtIntegerAttribute.
| virtual void DtRwIntegerAttribute::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 DtRwIntegerAttribute::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [virtual] |
| virtual const char* DtRwIntegerAttribute::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.