VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfTacticalGraphicOverlayTreeLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
13 #include <vrvCore/DtUniqueID.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21 }
22 
24 
25 namespace makVrf
26 {
27  class DtVrfTacticalGraphicOverlayTreeWidget;
28 
32  {
33 
34  public:
35 
38 
41 
42  protected:
43 
45  virtual void slot_addOverlay();
46 
48  virtual void slot_removeOverlay(const std::string& name);
49 
51  virtual void slot_lockOverlay(const std::string& name, bool flag);
52 
54  virtual void slot_renameOverlay(const std::string& oldName, const std::string& newName);
55 
57  virtual void slot_itemMovedToOverlay(const makVrv::DtUniqueID& id, const std::string&);
58 
60  virtual void slot_overlayAdded(const std::string& name);
61 
63  virtual void slot_selectItems(const makVrv::DtSelectionManager::IdSet&);
64 
66  virtual void slot_scenarioClosed();
67 
69  virtual void slot_preloadScenario(const DtScenarioLoadInformation& s);
70 
72  virtual void slot_postloadScenario(const DtScenarioLoadInformation& s);
73 
75  virtual void clearTacticalGraphics();
76 
77  virtual void slot_layerVisibilityChanged(const std::string& s, bool b);
78  virtual void slot_layerLockStatusChanged(const std::string& s, bool b);
79 
80  virtual void delayedSelectionChange();
81  virtual void slot_selMgrCurrentSelectionChanged(
82  const makVrv::DtSelectionManager::IdSet& selected,
83  const makVrv::DtSelectionManager::IdSet& deselected);
84 
85  protected:
87  };
88 }
89 

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)