![]() |
VR-Forces 4.0.4 Class Documentation
|
The widget for displaying and editing the interest management settings. More...

Public Member Functions | |
| DtInterestManagementWidget (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtInterestManagementWidget () |
| Virtual DTOR. | |
Field value setters. | |
Sets the values of the widget's corresponding fields. | |
| virtual void | setDdmRegionSize (int size) |
| virtual void | setDdmRegionSizeUnitLabel (const DtUnicode &label) |
| virtual void | setRegionUpdateThreshold (int percentage) |
| virtual void | setAltitudeThresholdEnabled (bool enabled) |
| virtual void | setAltitudeThreshold (int threshold) |
| virtual void | setAltitudeThresholdUnitLabel (const DtUnicode &label) |
Protected Slots | |
User input slots. | |
Receives notification that the user has changed a widget's value. | |
| void | on_myDdmRegionSizeSpinBox_valueChanged (int) |
| void | on_myRegionUpdateThresholdSpinBox_valueChanged (int) |
| void | on_myAltitudeThresholdSpinBox_valueChanged (int) |
| void | on_myHideEntitiesCheckbox_stateChanged (int) |
Protected Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. | |
Protected Attributes | |
| QSpinBox * | myDdmRegionSizeSpinBox |
| QLabel * | regionSizeLabel |
| QSpinBox * | myRegionUpdateThresholdSpinBox |
| QSpinBox * | myAltitudeThresholdSpinBox |
| QCheckBox * | myHideEntitiesCheckbox |
| QHBoxLayout * | myMainLayout |
The widget for displaying and editing the interest management settings.
| makVrv::DtInterestManagementWidget::DtInterestManagementWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtInterestManagementWidget::~DtInterestManagementWidget | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrv::DtInterestManagementWidget::setDdmRegionSize | ( | int | size | ) | [virtual] |
Implements makVrv::DtInterestManagementInterface.
| virtual void makVrv::DtInterestManagementWidget::setDdmRegionSizeUnitLabel | ( | const DtUnicode & | label | ) | [virtual] |
Implements makVrv::DtInterestManagementInterface.
| virtual void makVrv::DtInterestManagementWidget::setRegionUpdateThreshold | ( | int | percentage | ) | [virtual] |
Implements makVrv::DtInterestManagementInterface.
| virtual void makVrv::DtInterestManagementWidget::setAltitudeThresholdEnabled | ( | bool | enabled | ) | [virtual] |
Implements makVrv::DtInterestManagementInterface.
| virtual void makVrv::DtInterestManagementWidget::setAltitudeThreshold | ( | int | threshold | ) | [virtual] |
Implements makVrv::DtInterestManagementInterface.
| virtual void makVrv::DtInterestManagementWidget::setAltitudeThresholdUnitLabel | ( | const DtUnicode & | label | ) | [virtual] |
Implements makVrv::DtInterestManagementInterface.
| void makVrv::DtInterestManagementWidget::on_myDdmRegionSizeSpinBox_valueChanged | ( | int | ) | [protected, slot] |
| void makVrv::DtInterestManagementWidget::on_myRegionUpdateThresholdSpinBox_valueChanged | ( | int | ) | [protected, slot] |
| void makVrv::DtInterestManagementWidget::on_myAltitudeThresholdSpinBox_valueChanged | ( | int | ) | [protected, slot] |
| void makVrv::DtInterestManagementWidget::on_myHideEntitiesCheckbox_stateChanged | ( | int | ) | [protected, slot] |
| void makVrv::DtInterestManagementWidget::setupGui | ( | ) | [protected] |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
QSpinBox* makVrv::DtInterestManagementWidget::myDdmRegionSizeSpinBox [protected] |
QSpinBox* makVrv::DtInterestManagementWidget::myRegionUpdateThresholdSpinBox [protected] |
QSpinBox* makVrv::DtInterestManagementWidget::myAltitudeThresholdSpinBox [protected] |
QHBoxLayout* makVrv::DtInterestManagementWidget::myMainLayout [protected] |