VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions
makVrv::DtObjectsCountTreeInterface Class Referenceabstract

The interface used by the DtObjectsCountTreeWidget and the DtObjectsCountTreeLogic.

Inheritance diagram for makVrv::DtObjectsCountTreeInterface:
Inheritance graph
[legend]

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
 

Member Enumeration Documentation

Enumeration for specifying different types of tactical graphics controls.

Enumerator
WayPoint 
Route 
ControlArea 
Obstacle 
PhaseLine 
None 

Constructor & Destructor Documentation

makVrv::DtObjectsCountTreeInterface::DtObjectsCountTreeInterface ( )

Default constructor for objects count panel interface.

virtual makVrv::DtObjectsCountTreeInterface::~DtObjectsCountTreeInterface ( )
virtual

Default destructor for objects count panel interface.

Member Function Documentation

virtual void makVrv::DtObjectsCountTreeInterface::setEntityCounts ( const int  aliveEntities,
const int  destroyedEntities,
const int  aliveAggregates,
const int  destroyedAggregates 
)
pure virtual

update the entity counts for the widget

Implemented in makVrv::DtObjectsCountTreeWidget.

virtual void makVrv::DtObjectsCountTreeInterface::setTacticalCounts ( const int  waypoints,
const int  routes,
const int  areas,
const int  obstacles,
const int  phaselines 
)
pure virtual

update the tactical object counts

Implemented in makVrv::DtObjectsCountTreeWidget.


The documentation for this class was generated from the following file:

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)