VR-Forces 4.8 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) 2019 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  boost::signal<void (int)> signal_remove;
51 
52  };
53 }
A unicode string.
Definition: DtUnicode.h:33
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Definition: DtTerrainContentsInterface.h:27
Contains DLL export macros.
The interface for the makVrv::DtTerrainContentsWidget for the makVrv::DtTerrainContentsLogic.
Definition: DtTerrainContentsInterface.h:20
LayerType
Definition: DtTerrainContentsInterface.h:24
boost::signal< void(int)> signal_remove
emitted by the widget when the user chooses remove a layer.
Definition: DtTerrainContentsInterface.h:50
Definition: DtTerrainContentsInterface.h:26

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)