VR-Forces 4.1 Class Documentation
DtTerrainContentsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtTerrainContentsLogic.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtTerrainContentsLogic_H_
14 #define DtTerrainContentsLogic_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
17 
19 
20 #include <QtCore/QStringList>
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtTerrainContentsInterface;
26  class DtTerrainPatch;
27  class DtFeatureLayer;
28 
33  {
34 
35  public:
36 
39 
42 
47  typedef std::map<std::string, int> IdMap;
48 
49  protected:
50 
52  void populateWidgetWithContents();
53 
55  void slot_terrainPatchAdded(const DtTerrainPatch& terrainPatch);
56 
58  void slot_terrainPatchToBeDeleted(const DtTerrainPatch& terrainPatch);
59 
61  void slot_featureLayerAdded(const DtFeatureLayer& layer);
62 
64  void slot_featureLayerToBeDeleted(const DtFeatureLayer& layer);
65 
68  void slot_remove(int id);
69 
70  protected:
71 
77 
78  };
79 }
80 
81 #endif
82 

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)