VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
entEmbarkationStateChangedSearch.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vlutil/vlString.h>
12 #include <vlutil/vlMachineTypes.h>
14 #include <vrfutil/rwUUID.h>
15 
16 class DtVrfObject;
17 
26 
29 {
30 public:
31 
34 
37 
38  void setEmbarkedOn(const DtUUID&);
39  const DtUUID& embarkedOn() const;
40 
41 protected:
42 
44  virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager);
45 
47  virtual bool inspectEntity(const DtVrfObject& entity);
48 
52  virtual bool searchSubordinates(
53  const DtVrfObject& pAggEntity, bool excludeDestroyed);
54 
55 private:
59 
63 
64 protected:
66 };
67 
69 {
70  myEmbarkedOn = s;
71 }
72 
74 {
75  return myEmbarkedOn;
76 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)