![]() |
VR-Forces 4.6.1 Class Documentation
|
Abstract class specifying the interface a DtContourizationLogic expects. More...

Public Member Functions | |
| virtual void | setCurrentInterval (double interval)=0 |
| Set the interface's current interval value Called by the logic. | |
| virtual void | setIntervalUnits (const DtUnicode &units)=0 |
| Set the interface's contour interval units. | |
| virtual void | setIntervalDecimals (int decimals)=0 |
| Set the interface's contour interval decimals. | |
| virtual void | setCurrentThickness (double thickness)=0 |
| Set the interface's current thickness value Called by the logic. | |
| virtual void | setIntermediateLines (bool enabled)=0 |
| Set the interface's "intermediate lines enabled" state Called by the logic. | |
| virtual void | setContoursEnabled (bool enabled)=0 |
| Set the interface's "contours enabled" state Called by the logic. | |
| virtual double | currentInterval ()=0 |
| Returns the interface's current interval value. | |
| virtual double | currentThickness ()=0 |
| Returns the interface's current thickness value. | |
| virtual bool | intermediateLines ()=0 |
| Returns the interface's current "intermediate lines enabled" state. | |
| virtual bool | contoursEnabled ()=0 |
| Returns the interface's current "contours enabled" state. | |
Public Attributes | |
| boost::signal< void(bool)> | signal_intermediateLinesChanged |
| Signal emitted when the user checks/unchecks "intermediate lines". | |
| boost::signal< void(bool)> | signal_contoursEnabledChanged |
| Signal emitted when the user checks/unchecks "enable contour lines". | |
| boost::signal< void(double)> | signal_intervalChanged |
| Signal emitted when the user changes the line interval. | |
| boost::signal< void(double)> | signal_thicknessChanged |
| Signal emitted when the user changes the line thickness. | |
Abstract class specifying the interface a DtContourizationLogic expects.
|
pure virtual |
Set the interface's current interval value Called by the logic.
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Set the interface's contour interval units.
Called by the logic
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Set the interface's contour interval decimals.
Called by the logic
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Set the interface's current thickness value Called by the logic.
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Set the interface's "intermediate lines enabled" state Called by the logic.
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Set the interface's "contours enabled" state Called by the logic.
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Returns the interface's current interval value.
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Returns the interface's current thickness value.
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Returns the interface's current "intermediate lines enabled" state.
Implemented in makVrv::DtContourizationWidget.
|
pure virtual |
Returns the interface's current "contours enabled" state.
Implemented in makVrv::DtContourizationWidget.
| boost::signal<void (bool)> makVrv::DtContourizationInterface::signal_intermediateLinesChanged |
Signal emitted when the user checks/unchecks "intermediate lines".
Connected to a slot in the logic.
| boost::signal<void (bool)> makVrv::DtContourizationInterface::signal_contoursEnabledChanged |
Signal emitted when the user checks/unchecks "enable contour lines".
Connected to a slot in the logic.
| boost::signal<void (double)> makVrv::DtContourizationInterface::signal_intervalChanged |
Signal emitted when the user changes the line interval.
Connected to a slot in the logic.
| boost::signal<void (double)> makVrv::DtContourizationInterface::signal_thicknessChanged |
Signal emitted when the user changes the line thickness.
Connected to a slot in the logic.