VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTerrainContentsInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvUtil/DtUnicode.h>
14 
15 namespace makVrv
16 {
21  {
22 
23  public:
24  enum LayerType
25  {
28  OceanLayer
29  };
30 
31  public:
32 
34  virtual void addItem(int id, LayerType layerType, const DtUnicode& name, bool visualized ) = 0;
35 
37  virtual void removeItem(int id) = 0;
38 
41  virtual void clear() = 0;
42 
46  virtual void setAddOceanButtonState( bool enabled ) = 0;
47 
50  virtual void setOceanHeight( double height, const DtUnicode& units, int decimals, double maxHeight,
51  double stepHeight ) = 0;
52 
54  virtual void setLodRange( double range, const DtUnicode& units, int decimals, double maxRange, double minStep ) = 0;
55 
58  boost::signal<void (int)> signal_remove;
59 
62  boost::signal<void ( float )> signal_oceanHeightChanged;
63 
66  boost::signal<void ( float )> signal_lodRangeChanged;
67 
68  const static double theMaxOceanHeightInMeters;
69  const static double theMaxOceanLODElevationInMeters;
70 
71  };
72 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)