![]() |
VR-Forces 4.8 Class Documentation
|
Widget for modifing loader settings. More...

Public Member Functions | |
| DtLoaderSettingsWidget (QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. More... | |
| virtual | ~DtLoaderSettingsWidget () |
| DTOR. More... | |
| virtual void | setDdsFlip (bool state) |
| Set the DDS flip enabled state. More... | |
Public Member Functions inherited from makVrv::DtLoaderSettingsInterface | |
| virtual | ~DtLoaderSettingsInterface () |
| DTOR. More... | |
Protected Slots | |
| void | on_ddsFlipCheckChanged (int state) |
| This slot receives notification that the user changed the DDS flip widget. More... | |
Protected Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. More... | |
Protected Attributes | |
| QCheckBox * | myDdsFlipCheckbox |
| QVBoxLayout * | myMainLayout |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtLoaderSettingsInterface | |
| boost::signal< void(bool)> | signal_ddsFlipSet |
| Emitted by the widget when the user changes a setting. More... | |
Widget for modifing loader settings.
| makVrv::DtLoaderSettingsWidget::DtLoaderSettingsWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the DDS flip enabled state.
Implements makVrv::DtLoaderSettingsInterface.
|
protectedslot |
This slot receives notification that the user changed the DDS flip widget.
|
protected |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
|
protected |
|
protected |