22 class DtModelDefinition;
23 class DtContourizationInterface;
24 class DtTerrainOverlayOperation;
40 void slot_onContoursEnabledChanged(
bool enabled );
43 void slot_onIntermediateLinesChanged(
bool enabled );
46 void slot_onThicknessChanged(
double value );
49 void slot_onIntervalChanged(
double value );
51 void slot_displayUnitChanged(
int type,
int unit );
53 void slot_displayUnitDecimalsChanged(
int type,
int unit,
int decimals );
57 void sendSettingsToGui();
DtDe & myDe
Definition: DtContourizationLogic.h:61
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
The logic for the contourization page.
Definition: DtContourizationLogic.h:28
Contains DLL export macros.
DtSignalConnectionManager mySignals
Definition: DtContourizationLogic.h:62
DtContourizationInterface & myInterface
Definition: DtContourizationLogic.h:63
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Base class to provide boost signal/slot management.
std::string myDefinition
Definition: DtContourizationLogic.h:64
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Abstract class specifying the interface a DtContourizationLogic expects.
Definition: DtContourizationInterface.h:22