![]() |
VR-Forces 4.0.4 Class Documentation
|
Description: Readable, Writable int. More...

Public Member Functions | |
| DtRwShort () | |
| default constructor | |
| DtRwShort (const DtString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| real constructor | |
| DtRwShort (const DtSymbolString &name, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| DtRwShort (const DtRwShort &orig, DtReaderWriterRegistry *const parentRegistry=NULL) | |
| copy constructor | |
| DtRwShort & | operator= (const DtRwShort &orig) |
| assign to short... assigns value only | |
| virtual | ~DtRwShort () |
| virtual | operator const short () const |
| additional operator overrides | |
| short | operator= (const short orig) |
| assign from short | |
| virtual short | operator- () const |
| virtual short | operator* (const short rhs) const |
| virtual short | operator/ (const short rhs) const |
| virtual short | operator+ (const short rhs) const |
| virtual short | operator- (const short rhs) const |
| virtual short | operator< (const short rhs) const |
| virtual short | operator> (const short rhs) const |
| virtual short | operator<= (const short rhs) const |
| virtual short | operator>= (const short rhs) const |
| virtual short | operator== (const short rhs) const |
| virtual short | operator!= (const short rhs) const |
| virtual short | operator*= (const short rhs) |
| virtual short | operator/= (const short rhs) |
| virtual short | operator+= (const short rhs) |
| virtual short | operator-= (const short rhs) |
| virtual short | operator% (const short rhs) const |
| virtual short | operator%= (const short rhs) |
| virtual short | operator-- (int) |
| virtual short | operator-- () |
| virtual short | operator++ (int) |
| virtual short | operator++ () |
| virtual short | value () const |
| virtual void | setValue (short value) |
| virtual void | putData (FILE *fp, int indentLevel=0) |
| Deriving class overrides these to get/put class specific data. | |
| 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. | |
Protected Attributes | |
| short | myValue |
Description: Readable, Writable int.
default constructor
| DtRwShort::DtRwShort | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
real constructor
| DtRwShort::DtRwShort | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwShort::DtRwShort | ( | const DtRwShort & | orig, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtRwShort::~DtRwShort | ( | ) | [virtual] |
| virtual DtRwShort::operator const short | ( | ) | const [virtual] |
additional operator overrides
conversion to short operator
| short DtRwShort::operator= | ( | const short | orig | ) |
assign from short
| virtual short DtRwShort::operator- | ( | ) | const [virtual] |
| virtual short DtRwShort::operator* | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator/ | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator+ | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator- | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator< | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator> | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator<= | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator>= | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator== | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator!= | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator*= | ( | const short | rhs | ) | [virtual] |
| virtual short DtRwShort::operator/= | ( | const short | rhs | ) | [virtual] |
| virtual short DtRwShort::operator+= | ( | const short | rhs | ) | [virtual] |
| virtual short DtRwShort::operator-= | ( | const short | rhs | ) | [virtual] |
| virtual short DtRwShort::operator% | ( | const short | rhs | ) | const [virtual] |
| virtual short DtRwShort::operator%= | ( | const short | rhs | ) | [virtual] |
| virtual short DtRwShort::operator-- | ( | int | ) | [virtual] |
| virtual short DtRwShort::operator-- | ( | ) | [virtual] |
| virtual short DtRwShort::operator++ | ( | int | ) | [virtual] |
| virtual short DtRwShort::operator++ | ( | ) | [virtual] |
| virtual short DtRwShort::value | ( | ) | const [virtual] |
| virtual void DtRwShort::setValue | ( | short | value | ) | [virtual] |
| virtual void DtRwShort::putData | ( | FILE * | fp, |
| int | indentLevel = 0 |
||
| ) | [virtual] |
Deriving class overrides these to get/put class specific data.
Reimplemented from DtReaderWriter.
| virtual DtlObjPtr DtRwShort::getData | ( | DtlObjPtr | args, |
| const DtFilename & | searchPath, | ||
| const DtVariableBindingsList & | variableBindings | ||
| ) | [virtual] |
| virtual const char* DtRwShort::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.
short DtRwShort::myValue [protected] |