![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtEntDiGuySearch () | |
| default constructor | |
| virtual | ~DtEntDiGuySearch () |
| destructor | |
| virtual void | setSearchType (DtDiGuyStringTypeEnum type) |
| virtual DtDiGuyStringTypeEnum | searchType () const |
| virtual void | setDiGuySearchString (const DtString &name) |
| virtual const DtString & | diGuySearchString () const |
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 matches the string. | |
| virtual bool | searchSubordinates (const DtVrfObject &pAggEntity) |
| Controls whether subordinates of a specified pseudo-aggregate are searched. | |
Protected Attributes | |
| DtDiGuyStringTypeEnum | myDiGuySearchType |
| DtString | myDiGuySearchString |
Private Member Functions | |
| DtEntDiGuySearch (const DtEntDiGuySearch &orig) | |
| copy constructor; not implemented | |
| DtEntDiGuySearch & | operator= (const DtEntDiGuySearch &orig) |
| assignment operator; not implemented | |
default constructor
| virtual DtEntDiGuySearch::~DtEntDiGuySearch | ( | ) | [virtual] |
destructor
| DtEntDiGuySearch::DtEntDiGuySearch | ( | const DtEntDiGuySearch & | orig | ) | [private] |
copy constructor; not implemented
| virtual void DtEntDiGuySearch::setSearchType | ( | DtDiGuyStringTypeEnum | type | ) | [virtual] |
| virtual DtDiGuyStringTypeEnum DtEntDiGuySearch::searchType | ( | ) | const [virtual] |
| virtual void DtEntDiGuySearch::setDiGuySearchString | ( | const DtString & | name | ) | [virtual] |
| virtual const DtString& DtEntDiGuySearch::diGuySearchString | ( | ) | const [virtual] |
| virtual bool DtEntDiGuySearch::initializeSearch | ( | const DtVrfObjectManager * | vrfObjectManager | ) | [protected, virtual] |
Function to initialize the search.
Reimplemented from DtSimSubordinateSearch.
| virtual bool DtEntDiGuySearch::inspectEntity | ( | const DtVrfObject & | entity | ) | [protected, virtual] |
Test any and all entities to find one that matches the string.
Reimplemented from DtSimSubordinateSearch.
| virtual bool DtEntDiGuySearch::searchSubordinates | ( | const DtVrfObject & | pAggEntity | ) | [protected, virtual] |
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.
| DtEntDiGuySearch& DtEntDiGuySearch::operator= | ( | const DtEntDiGuySearch & | orig | ) | [private] |
assignment operator; not implemented
DtString DtEntDiGuySearch::myDiGuySearchString [protected] |