![]() |
VR-Forces 4.3.1 Class Documentation
|
Widget to configure SenSim sensors. More...

Public Member Functions | |
| DtSenSimConfigurationWidget (DtDe &de) | |
| CTOR. | |
| virtual | ~DtSenSimConfigurationWidget () |
| DTOR. | |
| virtual void | setSensor (DtSensor &sensor) |
| Set the sensor this widget is configuring. | |
| virtual void | setBlackHotEnabled (bool enabled) |
| Set the black hot state in the GUI. | |
| virtual void | setMode (SensorMode mode) |
| Set the sensor mode in the GUI. | |
| virtual void | setBlurEnabled (bool enabled) |
| Set the motion blur enabled state in the GUI. | |
| virtual void | setNoiseEnabled (bool enabled) |
| Set the noise enabled state in the GUI. | |
| virtual void | setGainEnabled (bool enabled) |
| Set the gain state in the GUI. | |
| virtual void | setGainLevel (float val) |
| Set the gain value in the GUI. | |
| virtual void | setLevel (float val) |
| Set the level value in the GUI. | |
| virtual void | setNoiseLevel (float val) |
| Set the noise value in the GUI. | |
| virtual void | setBlurLevel (float val) |
| Set the motion blur value in the GUI. | |
Public Member Functions inherited from makVrv::DtSensorConfigurationWidgetInterface | |
| virtual | ~DtSensorConfigurationWidgetInterface () |
| DTOR. | |
| DtSensorConfigurationWidgetInterface () | |
| CTOR. | |
Public Member Functions inherited from makVrv::DtSenSimConfigurationWidgetInterface | |
| virtual | ~DtSenSimConfigurationWidgetInterface () |
| DTOR. | |
Protected Slots | |
| void | slot_blurSpinChanged (double val) |
| void | slot_gainSpinChanged (double val) |
| void | slot_noiseSpinChanged (double val) |
| void | slot_levelSpinChanged (double val) |
| void | slot_blurSliderChanged (int val) |
| void | slot_gainSliderChanged (int val) |
| void | slot_noiseSliderChanged (int val) |
| void | slot_levelSliderChanged (int val) |
| void | slot_modeChanged (bool checked) |
| void | slot_blurChanged (int val) |
| void | slot_gainChanged (int val) |
| void | slot_noiseChanged (int val) |
| void | slot_blackHotChanged (int val) |
Protected Attributes | |
| DtSensor * | mySensor |
| QRadioButton * | myIrButton |
| QRadioButton * | myNvgButton |
| QRadioButton * | myColorButton |
| QRadioButton * | myMonochromeButton |
| QCheckBox * | myBlurCheckbox |
| QCheckBox * | myGainCheckbox |
| QCheckBox * | myBlackHotCheckbox |
| QCheckBox * | myNoiseCheckbox |
| QDoubleSpinBox * | myGainSpin |
| QDoubleSpinBox * | myNoiseSpin |
| QDoubleSpinBox * | myBlurSpin |
| QDoubleSpinBox * | myLevelSpin |
| QSlider * | myGainSlider |
| QSlider * | myNoiseSlider |
| QSlider * | myBlurSlider |
| QSlider * | myLevelSlider |
| DtSenSimConfigurationWidgetLogic * | myLogic |
| DtDe & | myDe |
Additional Inherited Members | |
Public Types inherited from makVrv::DtSenSimConfigurationWidgetInterface | |
| enum | SensorMode { Nvg, Ir, Color, Monochrome } |
| Main sensim mode options. More... | |
Public Attributes inherited from makVrv::DtSenSimConfigurationWidgetInterface | |
| boost::signal< void(bool)> | signal_gainEnabledChanged |
| emitted when gain enabled state changes in the GUI | |
| boost::signal< void(bool)> | signal_filterEnabledChanged |
| emitted when filter enabled state changes in the GUI | |
| boost::signal< void(bool)> | signal_noiseEnabledChanged |
| emitted when noise enabled state changes in the GUI | |
| boost::signal< void(bool)> | signal_colorEnabledChanged |
| emitted when color enabled state changes in the GUI | |
| boost::signal< void(bool)> | signal_blackHotEnabledChanged |
| emitted when black hot enabled state changes in the GUI | |
| boost::signal< void(SensorMode)> | signal_modeChanged |
| emitted when ir enabled state changes in the GUI | |
| boost::signal< void(bool)> | signal_blurEnabledChanged |
| emitted when motion blur enabled state changes in the GUI | |
| boost::signal< void(float)> | signal_noiseLevelChanged |
| emitted when noise level changes in the GUI | |
| boost::signal< void(float)> | signal_filterLevelChanged |
| emitted when filter level changes in the GUI | |
| boost::signal< void(float)> | signal_levelChanged |
| emitted when level changes in the GUI | |
| boost::signal< void(float)> | signal_blurLevelChanged |
| emitted when motion blur level changes in the GUI | |
| boost::signal< void(float)> | signal_gainLevelChanged |
| emitted when gain level changes in the GUI | |
Widget to configure SenSim sensors.
| makVrv::DtSenSimConfigurationWidget::DtSenSimConfigurationWidget | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Set the sensor this widget is configuring.
Creates a new logic for the sensor and deletes the old one (to replace the logic for this widget, override this method)
Implements makVrv::DtSensorConfigurationWidgetInterface.
|
virtual |
Set the black hot state in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the sensor mode in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the motion blur enabled state in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the noise enabled state in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the gain state in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the gain value in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the level value in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the noise value in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
virtual |
Set the motion blur value in the GUI.
Implements makVrv::DtSenSimConfigurationWidgetInterface.
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |