![]() |
VR-Forces 4.3 Class Documentation
|
The logic for the contourization page. More...
Public Member Functions | |
| DtContourizationLogic (DtDe &de, DtContourizationInterface &iFace, std::string def) | |
| CTOR. | |
| ~DtContourizationLogic () | |
| DTOR. | |
| void | slot_onContoursEnabledChanged (bool enabled) |
| Slot triggered when the interface's "contours enabled" state changes. | |
| void | slot_onIntermediateLinesChanged (bool enabled) |
| Slot triggered when the interface's "intermediate lines enabled" state changes. | |
| void | slot_onThicknessChanged (double value) |
| Slot triggered when the interface's thickness value changes. | |
| void | slot_onIntervalChanged (double value) |
| Slot triggered when the interface's interval value changes. | |
| void | slot_displayUnitChanged (int type, int unit) |
| void | slot_displayUnitDecimalsChanged (int type, int unit, int decimals) |
Protected Member Functions | |
| void | sendSettingsToGui () |
Protected Attributes | |
| DtDe & | myDe |
| DtSignalConnectionManager | mySignals |
| DtContourizationInterface & | myInterface |
| std::string | myDefinition |
The logic for the contourization page.
| makVrv::DtContourizationLogic::DtContourizationLogic | ( | DtDe & | de, |
| DtContourizationInterface & | iFace, | ||
| std::string | def | ||
| ) |
CTOR.
| makVrv::DtContourizationLogic::~DtContourizationLogic | ( | ) |
DTOR.
| void makVrv::DtContourizationLogic::slot_onContoursEnabledChanged | ( | bool | enabled | ) |
Slot triggered when the interface's "contours enabled" state changes.
| void makVrv::DtContourizationLogic::slot_onIntermediateLinesChanged | ( | bool | enabled | ) |
Slot triggered when the interface's "intermediate lines enabled" state changes.
| void makVrv::DtContourizationLogic::slot_onThicknessChanged | ( | double | value | ) |
Slot triggered when the interface's thickness value changes.
| void makVrv::DtContourizationLogic::slot_onIntervalChanged | ( | double | value | ) |
Slot triggered when the interface's interval value changes.
| void makVrv::DtContourizationLogic::slot_displayUnitDecimalsChanged | ( | int | type, |
| int | unit, | ||
| int | decimals | ||
| ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |