![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtAggregatedResource () | |
| default constructor | |
| DtAggregatedResource (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| real constructor | |
| DtAggregatedResource (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) | |
| DtAggregatedResource (const DtString &name, const DtAggregatedResource &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| copy constructor | |
| DtAggregatedResource (const DtSymbolString &name, const DtAggregatedResource &orig, DtReaderWriterRegistry *parentRegistry=NULL) | |
| const DtAggregatedResource & | operator= (const DtAggregatedResource &orig) |
| assignment operator | |
| virtual | ~DtAggregatedResource () |
| virtual DtAggregatedResource * | clone (const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL) const |
| virtual DtAggregatedResource * | clone (const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL) const |
| virtual void | setPercentageFull (DtReal percent) |
| percentageFull is set to the percentage specified, | |
| virtual const DtReal | percentageFull () const |
Protected Attributes | |
| DtRwReal | myPercentageFull |
default constructor
| DtAggregatedResource::DtAggregatedResource | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
real constructor
| DtAggregatedResource::DtAggregatedResource | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| DtAggregatedResource::DtAggregatedResource | ( | const DtString & | name, |
| const DtAggregatedResource & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
copy constructor
| DtAggregatedResource::DtAggregatedResource | ( | const DtSymbolString & | name, |
| const DtAggregatedResource & | orig, | ||
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) |
| virtual DtAggregatedResource::~DtAggregatedResource | ( | ) | [virtual] |
| const DtAggregatedResource& DtAggregatedResource::operator= | ( | const DtAggregatedResource & | orig | ) |
assignment operator
| virtual DtAggregatedResource* DtAggregatedResource::clone | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) | const [virtual] |
| virtual DtAggregatedResource* DtAggregatedResource::clone | ( | const DtSymbolString & | name, |
| DtReaderWriterRegistry * | parentRegistry = NULL |
||
| ) | const [virtual] |
| virtual void DtAggregatedResource::setPercentageFull | ( | DtReal | percent | ) | [virtual] |
percentageFull is set to the percentage specified,
| virtual const DtReal DtAggregatedResource::percentageFull | ( | ) | const [virtual] |
DtRwReal DtAggregatedResource::myPercentageFull [protected] |