![]() |
VR-Forces Developer's Guide
|
The interface used by the DtObjectsCountTreeWidget and the DtObjectsCountTreeLogic.

Public Types | |
| enum | TacticalGraphicType { WayPoint, Route, ControlArea, Obstacle, PhaseLine, None } |
Public Member Functions | |
| DtObjectsCountTreeInterface () | |
| virtual | ~DtObjectsCountTreeInterface () |
| virtual void | setEntityCounts (const int aliveEntities, const int destroyedEntities, const int aliveAggregates, const int destroyedAggregates)=0 |
| virtual void | setTacticalCounts (const int waypoints, const int routes, const int areas, const int obstacles, const int phaselines)=0 |
| makVrv::DtObjectsCountTreeInterface::DtObjectsCountTreeInterface | ( | ) |
Default constructor for objects count panel interface.
|
virtual |
Default destructor for objects count panel interface.
|
pure virtual |
update the entity counts for the widget
Implemented in makVrv::DtObjectsCountTreeWidget.
|
pure virtual |
update the tactical object counts
Implemented in makVrv::DtObjectsCountTreeWidget.