VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfplanmgr
entEmbarkationStateChangedSearch.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: entEmbarkedSearch.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef DtEntEmbarkationStateChangedSearch_H_
13
#define DtEntEmbarkationStateChangedSearch_H_
14
15
#include <vlutil/vlString.h>
16
#include <vlutil/vlMachineTypes.h>
17
#include "
vrfobjcore/simSubordinateSearch.h
"
18
19
20
class
DtVrfObject
;
21
30
31
#include "
vrfplanmgr/vrfplanmgrDefines.h
"
32
class
DT_DLL_vrfplanmgr
DtEntEmbarkationStateChangedSearch
:
public
DtSimSubordinateSearch
33
{
34
public
:
35
37
DtEntEmbarkationStateChangedSearch
();
38
40
virtual
~
DtEntEmbarkationStateChangedSearch
();
41
42
void
setEmbarkedOn(
const
DtString
&);
43
const
DtString
& embarkedOn()
const
;
44
45
protected
:
46
48
virtual
bool
initializeSearch
(
const
DtVrfObjectManager
* vrfObjectManager);
49
51
virtual
bool
inspectEntity
(
const
DtVrfObject
& entity);
52
56
virtual
bool
searchSubordinates
(
57
const
DtVrfObject
& pAggEntity);
58
59
private
:
61
DtEntEmbarkationStateChangedSearch
(
62
const
DtEntEmbarkationStateChangedSearch
& orig);
63
65
DtEntEmbarkationStateChangedSearch
&
operator=
(
66
const
DtEntEmbarkationStateChangedSearch
& orig);
67
68
protected
:
69
DtString
myEmbarkedOn
;
70
};
71
72
inline
void
DtEntEmbarkationStateChangedSearch::setEmbarkedOn
(
const
DtString
& s)
73
{
74
myEmbarkedOn
= s;
75
}
76
77
inline
const
DtString
&
DtEntEmbarkationStateChangedSearch::embarkedOn
()
const
78
{
79
return
myEmbarkedOn
;
80
}
81
82
#endif
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)