VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
navInterfaceManager.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 
14 
15 class DtVrfObject;
16 class DtNavArea;
17 
19 {
20 private:
26  DtNavInterfaceManager& operator=(const DtNavInterfaceManager& orig);
27 
28 public:
29 
32 
33  virtual ~DtNavInterfaceManager();
34 
35  virtual DtVrfObjectNavInterface* primaryNavInterface();
36 
37  virtual bool init();
38 
40  virtual bool postObjectInit();
41 
42  virtual void tick();
43 
45  virtual bool updateNavInterfaces(bool removingPrimaryArea = false);
46 
47 protected:
48  static void areaAboutToBeRemovedCallback(DtNavArea*, void* usr);
49  virtual void processAreaAboutToBeRemoved(DtNavArea*);
50 
51 protected:
53 
56 
57  std::vector<DtNavArea*> mySecondaryNavAreas;
58  std::map<DtNavArea*, DtVrfObjectNavInterface*> mySecondaryNavInterfaces;
59 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)