![]() |
VR-Forces 4.1 Class Documentation
|
The abstract interface of the DtGdbSurfacesWidget for the DtGdbSurfacesLogic. More...

Public Member Functions | |
| virtual void | setSurfaceState (DtTerrainPatch::GdbSurface surfaceId, bool state)=0 |
| Tell the widget that a surface is on or off. | |
| virtual | ~DtGdbSurfacesInterface () |
| Destructor. | |
| virtual void | addGdbSurface (DtTerrainPatch::GdbSurface surfaceId, bool isOn)=0 |
| Add a GDB surface to the widget. | |
Public Attributes | |
| boost::signal< void(DtTerrainPatch::GdbSurface id, bool isOn)> | signal_surfaceChanged |
| Boost signal emitted when a surface is turned on or off in the gui. | |
The abstract interface of the DtGdbSurfacesWidget for the DtGdbSurfacesLogic.
|
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::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.