![]() |
VR-Forces 4.0.4 Class Documentation
|
ReaderWriter for lists of force descriptions. More...

ReaderWriter for lists of force descriptions.
Description: A readable, writable force and all the attributes that describe it
| DtRwForceDescription::DtRwForceDescription | ( | const DtString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
real constructor
| DtRwForceDescription::DtRwForceDescription | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
| DtRwForceDescription::DtRwForceDescription | ( | const DtRwForceDescription & | orig, |
| DtReaderWriterRegistry *const | parentRegistry = NULL |
||
| ) |
copy constructor
| virtual DtRwForceDescription::~DtRwForceDescription | ( | ) | [virtual] |
| DtRwForceDescription& DtRwForceDescription::operator= | ( | const DtRwForceDescription & | orig | ) |
assignment operator
| virtual void DtRwForceDescription::setForceId | ( | int | newId | ) | [virtual] |
| virtual int DtRwForceDescription::forceId | ( | ) | [virtual] |
| virtual void DtRwForceDescription::setForceName | ( | DtString | newName | ) | [virtual] |
| virtual DtString DtRwForceDescription::forceName | ( | ) | [virtual] |
| virtual void DtRwForceDescription::setForceColor | ( | int | r, |
| int | g, | ||
| int | b | ||
| ) | [virtual] |
| virtual DtVector DtRwForceDescription::forceColor | ( | ) | [virtual] |
| virtual void DtRwForceDescription::setIncludeInDialogs | ( | bool | include | ) | [virtual] |
| virtual bool DtRwForceDescription::includeInDialogs | ( | ) | [virtual] |
| virtual void DtRwForceDescription::setHostileToForce | ( | int | forceId | ) | [virtual] |
| virtual std::list<int> DtRwForceDescription::hostileToList | ( | ) | [virtual] |
DtRwInt DtRwForceDescription::myForceId [protected] |
DtRwString DtRwForceDescription::myForceName [protected] |
DtRwVector DtRwForceDescription::myForceColor [protected] |
DtRwBoolean DtRwForceDescription::myIncludeInDialogs [protected] |
DtRwIntegerList DtRwForceDescription::myHostileToList [protected] |