![]() |
VR-Forces 5.0.3 Developer's Guide
|
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.

Public Member Functions | |
| DtObjectsCountTreeWidget (DtDe &de, QWidget *parent) | |
| virtual | ~DtObjectsCountTreeWidget () |
| DtObjectsCountTreeWidget ()=delete | |
| DtObjectsCountTreeWidget (const DtObjectsCountTreeWidget &other)=delete | |
| DtObjectsCountTreeWidget & | operator= (const DtObjectsCountTreeWidget &other)=delete |
| virtual void | setEntityCounts (const int aliveEntities, const int destroyedEntities, const int aliveAggregates, const int destroyedAggregates) override |
| virtual void | setTacticalCounts (const int waypoints, const int routes, const int areas, const int obstacles, const int phaselines) override |
Public Member Functions inherited from makVrv::DtObjectsCountTreeInterface | |
| DtObjectsCountTreeInterface () | |
| virtual | ~DtObjectsCountTreeInterface () |
Protected Member Functions | |
| void | slot_resize (const QRect *size) |
Protected Attributes | |
| QWidget * | entityContainerWidget |
| QWidget * | controlContainerWidget |
| QTreeWidget * | entityListWidget |
| QTreeWidget * | controlListWidget |
| QLabel * | entityLabel |
| QLabel * | controlLabel |
| DtSignalConnectionManager | myManager |
| DtDe & | myDe |
Additional Inherited Members | |
Public Types inherited from makVrv::DtObjectsCountTreeInterface | |
| enum | TacticalGraphicType { WayPoint, Route, ControlArea, Obstacle, PhaseLine, None } |
| makVrv::DtObjectsCountTreeWidget::DtObjectsCountTreeWidget | ( | DtDe & | de, |
| QWidget * | parent | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
delete |
Default Constructor not implemented.
|
delete |
Copy Constructor not implemented - Copy not allowed.
|
delete |
Assignment Operator not implemented - Assignment not allowed.
|
overridevirtual |
Count functions update displayed counts for individual/aggregate entities, and tactical graphics controls.
Implements makVrv::DtObjectsCountTreeInterface.
|
overridevirtual |
Count functions update displayed counts for individual/aggregate entities, and tactical graphics controls.
Implements makVrv::DtObjectsCountTreeInterface.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |