![]() |
VR-Forces 4.0.4 Class Documentation
|
The interface between the logic and widget for loader settings. More...

Public Member Functions | |
| virtual | ~DtLoaderSettingsInterface () |
| DTOR. | |
| virtual void | setDdsFlip (bool flip)=0 |
| Set the dds flip value. | |
Public Attributes | |
| boost::signal< void(bool)> | signal_ddsFlipSet |
| Emitted by the widget when the user changes a setting. | |
The interface between the logic and widget for loader settings.
| virtual makVrv::DtLoaderSettingsInterface::~DtLoaderSettingsInterface | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtLoaderSettingsInterface::setDdsFlip | ( | bool | flip | ) | [pure virtual] |
Set the dds flip value.
Implemented in makVrv::DtLoaderSettingsWidget.
| boost::signal<void (bool)> makVrv::DtLoaderSettingsInterface::signal_ddsFlipSet |
Emitted by the widget when the user changes a setting.