![]() |
VR-Forces Developer's Guide
|
The abstract interface of the DtGdbSurfacesWidget for the DtGdbSurfacesLogic.

Public Member Functions | |
| virtual void | setSurfaceState (DtTerrainPatch::GdbSurface surfaceId, bool state)=0 |
| virtual | ~DtGdbSurfacesInterface () |
| virtual void | addGdbSurface (DtTerrainPatch::GdbSurface surfaceId, bool isOn)=0 |
Public Attributes | |
| boost::signalslib::signal < void(DtTerrainPatch::GdbSurface id, bool isOn)> | signal_surfaceChanged |
|
virtual |
Destructor.
|
pure virtual |
Tell the widget that a surface is on or off.
Implemented in makVrv::DtGdbSurfacesPage.
|
pure virtual |
Add a GDB surface to the widget.
Implemented in makVrv::DtGdbSurfacesPage.
| boost::signalslib::signal<void (DtTerrainPatch::GdbSurface id, bool isOn)> makVrv::DtGdbSurfacesInterface::signal_surfaceChanged |
Boost signal emitted when a surface is turned on or off in the gui.