![]() |
VR-Forces 4.0.4 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 makVrv::DtGdbSurfacesInterface::~DtGdbSurfacesInterface | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtGdbSurfacesInterface::setSurfaceState | ( | DtTerrainPatch::GdbSurface | surfaceId, |
| bool | state | ||
| ) | [pure virtual] |
Tell the widget that a surface is on or off.
Implemented in makVrv::DtGdbSurfacesPage.
| virtual void makVrv::DtGdbSurfacesInterface::addGdbSurface | ( | DtTerrainPatch::GdbSurface | surfaceId, |
| bool | isOn | ||
| ) | [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.