VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
DtCheckEntityIdLevelSearch Class Reference

class DtCheckEntityIdLevelSearch: More...

Inheritance diagram for DtCheckEntityIdLevelSearch:
Inheritance graph
[legend]

Public Member Functions

 DtCheckEntityIdLevelSearch ()
 default constructor
virtual ~DtCheckEntityIdLevelSearch ()
 destructor
void setCombatIdLevel (int i)
void setEntity (const DtVrfObject *)

Protected Member Functions

virtual bool initializeSearch (const DtVrfObjectManager *vrfObjectManager)
 Function to initialize the search.
virtual bool inspectEntity (const DtVrfObject &entity)
 Test any and all entities to find one that is destroyed.
virtual bool searchSubordinates (const DtVrfObject &pAggEntity)
 Controls whether subordinates of a specified pseudo-aggregate are searched.

Protected Attributes

int myCombatIdLevel
const DtVrfObjectmyEntity

Private Member Functions

 DtCheckEntityIdLevelSearch (const DtCheckEntityIdLevelSearch &orig)
 copy constructor; not implemented
DtCheckEntityIdLevelSearchoperator= (const DtCheckEntityIdLevelSearch &orig)
 assignment operator; not implemented

Detailed Description

class DtCheckEntityIdLevelSearch:

Instances of DtCheckEntityIdLevelSearch are used to search the echelon entity structure for entities that are specified either through modifier or name that match the combat id level.

Constructor & Destructor Documentation

DtCheckEntityIdLevelSearch::DtCheckEntityIdLevelSearch ( )

default constructor

virtual DtCheckEntityIdLevelSearch::~DtCheckEntityIdLevelSearch ( )
virtual

destructor

DtCheckEntityIdLevelSearch::DtCheckEntityIdLevelSearch ( const DtCheckEntityIdLevelSearch orig)
private

copy constructor; not implemented

Member Function Documentation

void DtCheckEntityIdLevelSearch::setCombatIdLevel ( int  i)
inline

References myCombatIdLevel.

void DtCheckEntityIdLevelSearch::setEntity ( const DtVrfObject o)
inline

References myEntity.

virtual bool DtCheckEntityIdLevelSearch::initializeSearch ( const DtVrfObjectManager vrfObjectManager)
protectedvirtual

Function to initialize the search.

Reimplemented from DtSimSubordinateSearch.

virtual bool DtCheckEntityIdLevelSearch::inspectEntity ( const DtVrfObject entity)
protectedvirtual

Test any and all entities to find one that is destroyed.

Reimplemented from DtSimSubordinateSearch.

virtual bool DtCheckEntityIdLevelSearch::searchSubordinates ( const DtVrfObject pAggEntity)
protectedvirtual

Controls whether subordinates of a specified pseudo-aggregate are searched.

If the "ANY" modifier was specified, it calls the base class version, otherwise it just returns false.

Reimplemented from DtSimSubordinateSearch.

DtCheckEntityIdLevelSearch& DtCheckEntityIdLevelSearch::operator= ( const DtCheckEntityIdLevelSearch orig)
private

assignment operator; not implemented

Member Data Documentation

int DtCheckEntityIdLevelSearch::myCombatIdLevel
protected

Referenced by setCombatIdLevel().

const DtVrfObject* DtCheckEntityIdLevelSearch::myEntity
protected

Referenced by setEntity().


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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)