VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfplanmgr
entDiGuySrch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: entDiGuySrch.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 2/5/09 MEM
8
*******************************************************************************/
9
12
13
#ifndef entDiGuySrch_H_
14
#define entDiGuySrch_H_
15
16
#include <vlutil/vlString.h>
17
#include <vlutil/vlMachineTypes.h>
18
#include "
vrfobjcore/subSearch.h
"
19
20
21
class
DtVrfObject
;
22
32
35
enum
DtDiGuyStringTypeEnum
36
{
37
DtDiGuyCharacterType
= 0,
38
DtDiGuyAppearanceType
= 1,
39
DtDiGuyAnimationType
= 2
40
};
41
42
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
43
class
DT_DLL_vrfplanmgr
DtEntDiGuySearch
:
public
DtSimSubordinateSearch
44
{
45
public
:
46
48
DtEntDiGuySearch
();
49
51
virtual
~
DtEntDiGuySearch
();
52
53
virtual
void
setSearchType(
DtDiGuyStringTypeEnum
type);
54
virtual
DtDiGuyStringTypeEnum
searchType()
const
;
55
56
virtual
void
setDiGuySearchString(
const
DtString
& name);
57
virtual
const
DtString
& diGuySearchString()
const
;
58
59
protected
:
60
62
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
63
65
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
66
70
virtual
bool
searchSubordinates
(
71
const
DtVrfObject
& pAggEntity);
72
73
private
:
75
DtEntDiGuySearch
(
const
DtEntDiGuySearch
& orig);
76
78
DtEntDiGuySearch
&
operator=
(
const
DtEntDiGuySearch
& orig);
79
80
protected
:
81
82
DtDiGuyStringTypeEnum
myDiGuySearchType
;
83
DtString
myDiGuySearchString
;
84
85
};
86
87
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)