VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
entLeftOfLineSearch.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
10 #include <vlutil/vlString.h>
11 #include <vlutil/vlMachineTypes.h>
13 #include <vrfutil/rwUUID.h>
14 
15 class DtSimVrfObject;
16 
24 {
25 public:
26 
29 
31 
33  virtual ~DtEntLeftOfLineSearch();
34 
37  virtual const DtUUID& line() const;
38 
41  virtual void setLine(const DtUUID&);
42 
43 protected:
44 
47  virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager);
48 
50  virtual bool inspectEntity(const DtVrfObject& entity);
51 
55  virtual bool searchSubordinates(
56  const DtVrfObject& pAggEntity, bool excludeDestroyed);
57 
58 private:
61 
64 
65 protected:
66 
71 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)