VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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);
57 
58 private:
61 
64 
65 protected:
66 
70 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)