![]() |
VR-Forces 4.1 Class Documentation
|
The interface used by the DtObjectsCountTreeWidget and the DtObjectsCountTreeLogic. More...

Public Types | |
| enum | TacticalGraphicType { WayPoint, Route, ControlArea, Obstacle, DisaggregationArea, PhaseLine, None } |
| Enumeration for specifying different types of tactical graphics controls. More... | |
Public Member Functions | |
| DtObjectsCountTreeInterface () | |
| Default constructor for objects count panel interface - currently does nothing. | |
| virtual | ~DtObjectsCountTreeInterface () |
| Default destructor for objects count panel interface - currently does nothing. | |
| virtual void | addEntityCounts (const int individuals, const int aggregates)=0 |
| Call to add entity and counts to the counts widget. | |
| virtual void | subtractEntityCounts (const int individuals, const int aggregates)=0 |
| Call to subtract entity counts from the counts widget. | |
| virtual void | addDestroyedCounts (const int destroyedEntities, const int destroyedAggregates)=0 |
| Call to add destroyed counts to the counts widget. | |
| virtual void | subtractDestroyedCounts (const int individualsDestroyed, const int aggregatesDestroyed)=0 |
| Call to subtract destroyed counts from the counts widget. | |
| virtual void | addTacticalCounts (const int waypoints, const int routes, const int areas, const int obstacles, const int disareas, const int phaselines)=0 |
| Call to add tactical graphics control counts to the counts widget. | |
| virtual void | subtractTacticalCount (const DtElementID &id, const TacticalGraphicType tacticalType)=0 |
| Call to subtract one tactical graphics control count from the counts widget. | |
The interface used by the DtObjectsCountTreeWidget and the DtObjectsCountTreeLogic.
| makVrv::DtObjectsCountTreeInterface::DtObjectsCountTreeInterface | ( | ) |
Default constructor for objects count panel interface - currently does nothing.
|
virtual |
Default destructor for objects count panel interface - currently does nothing.
|
pure virtual |
Call to add entity and counts to the counts widget.
Implemented in makVrv::DtObjectsCountTreeWidget.
|
pure virtual |
Call to subtract entity counts from the counts widget.
Implemented in makVrv::DtObjectsCountTreeWidget.
|
pure virtual |
Call to add destroyed counts to the counts widget.
Implemented in makVrv::DtObjectsCountTreeWidget.
|
pure virtual |
Call to subtract destroyed counts from the counts widget.
Implemented in makVrv::DtObjectsCountTreeWidget.
|
pure virtual |
Call to add tactical graphics control counts to the counts widget.
Implemented in makVrv::DtObjectsCountTreeWidget.
|
pure virtual |
Call to subtract one tactical graphics control count from the counts widget.
Implemented in makVrv::DtObjectsCountTreeWidget.