VR-Forces 4.1 Class Documentation
entInAreaSrch.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: entInAreaSrch.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtEntInAreaSearch_H_
13 #define DtEntInAreaSearch_H_
14 
15 #include <vlutil/vlString.h>
16 #include <vlutil/vlMachineTypes.h>
17 #include "vrfobjcore/subSearch.h"
18 
19 class DtVrfObject;
20 
29 {
30 public:
31 
34 
35  DtEntInAreaSearch(const DtString& areaName);
36 
38  virtual ~DtEntInAreaSearch();
39 
41  virtual const DtString& areaName() const;
42 
44  virtual void setAreaName(const DtString& areaName);
45 
46  void setWarnedOnce(bool);
47  bool warnedOnce() const;
48 
49 protected:
50 
53  virtual bool initializeSearch(const DtVrfObjectManager* vrfObjectManager);
54 
56  virtual bool inspectEntity(const DtVrfObject& entity);
57 
61  virtual bool searchSubordinates(
62  const DtVrfObject& pAggEntity);
63 
64 private:
67 
70 
71 protected:
72 
77 };
78 
80 {
81  myWarnedOnce = b;
82 }
83 
84 inline bool DtEntInAreaSearch::warnedOnce() const
85 {
86  return myWarnedOnce;
87 }
88 
89 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)