VR-Forces 4.2 Class Documentation
entEmbarkedSearch.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/subSearch.h"
18 
19 
20 class DtVrfObject;
21 
30 
33 {
34 public:
35 
38 
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:
63 
67 
68 protected:
70 };
71 
73 {
74  myEmbarkedOn = s;
75 }
76 
78 {
79  return myEmbarkedOn;
80 }
81 
82 #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)