VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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);
54 
55 private:
59 
63 
64 protected:
66 };
67 
69 {
70  myEmbarkedOn = s;
71 }
72 
74 {
75  return myEmbarkedOn;
76 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)