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

Public Member Functions | |
| DtLoaderSettingsWidget (QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtLoaderSettingsWidget () |
| DTOR. | |
| virtual void | setDdsFlip (bool state) |
| Set the DDS flip enabled state. | |
Protected Slots | |
| void | on_ddsFlipCheckChanged (int state) |
| This slot receives notification that the user changed the DDS flip widget. | |
Protected Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. | |
Protected Attributes | |
| QCheckBox * | myDdsFlipCheckbox |
| QVBoxLayout * | myMainLayout |
Widget for modifing loader settings.
| makVrv::DtLoaderSettingsWidget::DtLoaderSettingsWidget | ( | QWidget * | parent, |
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
| virtual makVrv::DtLoaderSettingsWidget::~DtLoaderSettingsWidget | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtLoaderSettingsWidget::setDdsFlip | ( | bool | state | ) | [virtual] |
Set the DDS flip enabled state.
Implements makVrv::DtLoaderSettingsInterface.
| void makVrv::DtLoaderSettingsWidget::on_ddsFlipCheckChanged | ( | int | state | ) | [protected, slot] |
This slot receives notification that the user changed the DDS flip widget.
| void makVrv::DtLoaderSettingsWidget::setupGui | ( | ) | [protected] |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
QVBoxLayout* makVrv::DtLoaderSettingsWidget::myMainLayout [protected] |