![]() |
VR-Forces 4.0.4 Class Documentation
|
System parameter data that specified a integer as a variable type. More...

Public Member Functions | |
| DtSystemIntParameterData (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| DtSystemIntParameterData (const DtString &name, const DtSystemIntParameterData &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| DtSystemIntParameterData & | operator= (const DtSystemIntParameterData &orig) |
| virtual | ~DtSystemIntParameterData () |
| virtual DtSystemParameterData * | clone () const |
| virtual DtString | parameterType () const |
| virtual void | assignDefaultValueToReaderWriter (DtReaderWriter *rwToChange) const |
| If this parameter data has a default value, this method will change the value of the supplied reader-writer to that default value. | |
| virtual int | defaultValue () const |
| virtual void | setDefaultValue (const int &value) |
Static Public Member Functions | |
| static DtSystemParameterData * | create (const DtString &rwName) |
Protected Attributes | |
| DtRwInt | myDefaultValue |
| The default value that will be applied to the parameter before the user selects a different one. | |
System parameter data that specified a integer as a variable type.
| DtSystemIntParameterData::DtSystemIntParameterData | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| DtSystemIntParameterData::DtSystemIntParameterData | ( | const DtString & | name, |
| const DtSystemIntParameterData & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
| virtual DtSystemIntParameterData::~DtSystemIntParameterData | ( | ) | [virtual] |
| DtSystemIntParameterData& DtSystemIntParameterData::operator= | ( | const DtSystemIntParameterData & | orig | ) |
| virtual DtSystemParameterData* DtSystemIntParameterData::clone | ( | ) | const [virtual] |
Implements DtSystemParameterData.
| virtual DtString DtSystemIntParameterData::parameterType | ( | ) | const [virtual] |
Implements DtSystemParameterData.
| virtual int DtSystemIntParameterData::defaultValue | ( | ) | const [virtual] |
| virtual void DtSystemIntParameterData::setDefaultValue | ( | const int & | value | ) | [virtual] |
| virtual void DtSystemIntParameterData::assignDefaultValueToReaderWriter | ( | DtReaderWriter * | rwToChange | ) | const [virtual] |
If this parameter data has a default value, this method will change the value of the supplied reader-writer to that default value.
Must be implemented by subclasses that have a default value.
Reimplemented from DtSystemParameterData.
| static DtSystemParameterData* DtSystemIntParameterData::create | ( | const DtString & | rwName | ) | [static] |
DtRwInt DtSystemIntParameterData::myDefaultValue [protected] |
The default value that will be applied to the parameter before the user selects a different one.