![]() |
VR-Forces 4.5 Class Documentation
|
The objects count widget displays count lists for entity and control objects that exist in the attached scenario. More...

Public Member Functions | |
| DtObjectsCountTreeWidget (DtDe &de, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtObjectsCountTreeWidget () |
| DTOR. | |
| void | refresh_widget () |
| void | addEntityCounts (const int individuals, const int aggregates) |
| Count functions update displayed counts for individual/aggregate entities, and tactical graphics controls. | |
| void | subtractEntityCounts (const int individuals, const int aggregates) |
| Call to subtract entity counts from the counts widget. | |
| void | addDestroyedCounts (const int destroyedEntities, const int destroyedAggregates) |
| Call to add destroyed counts to the counts widget. | |
| void | subtractDestroyedCounts (const int individualsDestroyed, const int aggregatesDestroyed) |
| Call to subtract destroyed counts from the counts widget. | |
| void | addTacticalCounts (const int waypoints, const int routes, const int areas, const int obstacles, const int disareas, const int phaselines) |
| Call to add tactical graphics control counts to the counts widget. | |
| void | subtractTacticalCount (const DtElementID &id, const DtObjectsCountTreeInterface::TacticalGraphicType tacticalType) |
| Call to subtract one tactical graphics control count from the counts widget. | |
Public Member Functions inherited from makVrv::DtObjectsCountTreeInterface | |
| DtObjectsCountTreeInterface () | |
| Default constructor for objects count panel interface - currently does nothing. | |
| virtual | ~DtObjectsCountTreeInterface () |
| Default destructor for objects count panel interface - currently does nothing. | |
Protected Member Functions | |
| void | slot_resize (const QRect *size) |
| void | subtractOneTactical (const QString &itemName) |
Protected Attributes | |
| QWidget * | entityContainerWidget |
| QWidget * | controlContainerWidget |
| QTreeWidget * | entityListWidget |
| QTreeWidget * | controlListWidget |
| QLabel * | entityLabel |
| QLabel * | controlLabel |
| DtSignalConnectionManager | myManager |
Additional Inherited Members | |
Public Types inherited from makVrv::DtObjectsCountTreeInterface | |
| enum | TacticalGraphicType { WayPoint, Route, ControlArea, Obstacle, DisaggregationArea, PhaseLine, None } |
| Enumeration for specifying different types of tactical graphics controls. More... | |
The objects count widget displays count lists for entity and control objects that exist in the attached scenario.
Entity and control each have their own list widget.
|
virtual |
DTOR.
| void makVrv::DtObjectsCountTreeWidget::refresh_widget | ( | ) |
|
virtual |
Count functions update displayed counts for individual/aggregate entities, and tactical graphics controls.
Implements makVrv::DtObjectsCountTreeInterface.
|
virtual |
Call to subtract entity counts from the counts widget.
Implements makVrv::DtObjectsCountTreeInterface.
|
virtual |
Call to add destroyed counts to the counts widget.
Implements makVrv::DtObjectsCountTreeInterface.
|
virtual |
Call to subtract destroyed counts from the counts widget.
Implements makVrv::DtObjectsCountTreeInterface.
|
virtual |
Call to add tactical graphics control counts to the counts widget.
Implements makVrv::DtObjectsCountTreeInterface.
|
virtual |
Call to subtract one tactical graphics control count from the counts widget.
Implements makVrv::DtObjectsCountTreeInterface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |