VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 slot_overlaySelected(const std::string& name);
81 
82  virtual void delayedSelectionChange();
83  virtual void slot_selMgrCurrentSelectionChanged(
84  const makVrv::DtSelectionManager::IdSet& selected,
85  const makVrv::DtSelectionManager::IdSet& deselected);
86 
87  virtual void slot_saveOverlayAsShapeFiles(const std::string&);
88  virtual void slot_importShapeFileAsOverlay(const std::string&);
89 
90  virtual void slot_tacticalGraphicOverlayRenamed( const makVrv::DtUniqueID& id, const std::string& name );
91  virtual void slot_tacticalGraphicRemoved( const makVrv::DtUniqueID& id);
92 
93  virtual void canImportShapeFile();
94 
95  protected:
97  };
98 }
99 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)