![]() |
VR-Forces 4.0.4 Class Documentation
|
The logic for getting object counts from a simulation and populating an DtObjectsCountTreeInterface GUI. More...
The logic for getting object counts from a simulation and populating an DtObjectsCountTreeInterface GUI.
| typedef std::pair<std::string, DtObjectsCountTreeInterface::TacticalGraphicType> makVrv::DtObjectsCountTreeLogic::TacticalTypePair |
Typedefs describing lists of entity ids and of tactical element name/type pairs.
| typedef std::vector<TacticalTypePair> makVrv::DtObjectsCountTreeLogic::TacticalTypePairList |
Typedefs describing lists of entity ids and of tactical element name/type pairs.
| typedef std::vector<int> makVrv::DtObjectsCountTreeLogic::EntityIDList |
Typedefs describing lists of entity ids and of tactical element name/type pairs.
| makVrv::DtObjectsCountTreeLogic::DtObjectsCountTreeLogic | ( | DtDe & | de, |
| DtObjectsCountTreeInterface * | iface | ||
| ) |
CTOR.
| void makVrv::DtObjectsCountTreeLogic::slot_countEntitiesAdded | ( | const DtElementData::ElementList & | elementList | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::slot_countEntitiesRemoved | ( | const DtElementData::UniqueIdList & | elementIdList | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::slot_countDestroyedAndTacticals | ( | const DtElementData::EntryAttributesList & | attributeList | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::slot_tacticalGraphicRenamed | ( | const DtUniqueID & | tacticalId, |
| const std::string & | overlay | ||
| ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::slot_tacticalGraphicRemoved | ( | const DtUniqueID & | tacticalId | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::countOneEntity | ( | const DtElementEntry * | entry, |
| const bool | subtract = false |
||
| ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::countOneDestroyed | ( | const DtElementEntry * | entry, |
| const DtElementAttributeDamageState * | damageState | ||
| ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::countOneTactical | ( | const DtElementAttributeDisplayName * | dispName, |
| const DtElementAttributeKindAndCategory * | kindCat | ||
| ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::rememberEntityID | ( | int | entityID | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::forgetEntityID | ( | int | entityID | ) | [protected] |
| bool makVrv::DtObjectsCountTreeLogic::knownEntityID | ( | int | entityID | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::rememberDestroyedID | ( | int | destroyedID | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::forgetDestroyedID | ( | int | destroyedID | ) | [protected] |
| bool makVrv::DtObjectsCountTreeLogic::knownDestroyedID | ( | int | destroyedID | ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::rememberTacticalData | ( | std::string | dispName, |
| DtObjectsCountTreeInterface::TacticalGraphicType | tacticalType | ||
| ) | [protected] |
| void makVrv::DtObjectsCountTreeLogic::forgetTacticalData | ( | std::string | dispName | ) | [protected] |
| bool makVrv::DtObjectsCountTreeLogic::knownTacticalData | ( | std::string | dispName | ) | [protected] |
| DtObjectsCountTreeInterface::TacticalGraphicType makVrv::DtObjectsCountTreeLogic::findTacticalDataType | ( | std::string | dispName | ) | [protected] |
| DtObjectsCountTreeInterface::TacticalGraphicType makVrv::DtObjectsCountTreeLogic::tacticalType | ( | std::pair< int, int > | kindCat | ) | [protected] |
DtDe& makVrv::DtObjectsCountTreeLogic::myDe [protected] |