VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGdbSurfacesInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
12 #include <vrvCore/DtTerrainPatch.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
23  virtual void setSurfaceState(DtTerrainPatch::GdbSurface surfaceId,
24  bool state) = 0;
25 
27  virtual ~DtGdbSurfacesInterface();
28 
30  virtual void addGdbSurface(DtTerrainPatch::GdbSurface surfaceId,
31  bool isOn) = 0;
32 
34  boost::signalslib::signal<void (DtTerrainPatch::GdbSurface id, bool isOn)>
36  };
37 }
GdbSurface
GDB Surface IDs.
Definition: DtTerrainPatch.h:46
boost::signalslib::signal< void(DtTerrainPatch::GdbSurface id, bool isOn)> signal_surfaceChanged
Boost signal emitted when a surface is turned on or off in the gui.
Definition: DtGdbSurfacesInterface.h:35
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The abstract interface of the DtGdbSurfacesWidget for the DtGdbSurfacesLogic.
Definition: DtGdbSurfacesInterface.h:19
Contains makVrv::DtTerrainPatch class.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)