![]() |
VR-Forces 5.0.3 Developer's Guide
|
Widget for modifing loader settings.

Public Member Functions | |
| DtLoaderSettingsWidget (QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| virtual | ~DtLoaderSettingsWidget () |
| virtual void | setDdsFlip (bool state) |
Public Member Functions inherited from makVrv::DtLoaderSettingsInterface | |
| virtual | ~DtLoaderSettingsInterface () |
Protected Slots | |
| void | on_ddsFlipCheckChanged (int state) |
Protected Member Functions | |
| void | setupGui () |
Protected Attributes | |
| QCheckBox * | myDdsFlipCheckbox |
| QVBoxLayout * | myMainLayout |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtLoaderSettingsInterface | |
| boost::signalslib::signal < void(bool)> | signal_ddsFlipSet |
| 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 |