Instances of DtTerrainProfileSettingsWidget will allow the user to set options for terrain profile graphs.
More...
Protected Member Functions |
| void | setupGui () |
Detailed Description
Instances of DtTerrainProfileSettingsWidget will allow the user to set options for terrain profile graphs.
Member Enumeration Documentation
- Enumerator:
| IntervisibilityLine |
|
| Route |
|
| NearLine |
|
| ShowVertices |
|
Constructor & Destructor Documentation
| makVrf::DtTerrainProfileSettingsWidget::DtTerrainProfileSettingsWidget |
( |
makVrv::DtDe & |
de, |
|
|
QWidget * |
parent = NULL, |
|
|
const Qt::WindowFlags & |
flags = 0 |
|
) |
| |
| virtual makVrf::DtTerrainProfileSettingsWidget::~DtTerrainProfileSettingsWidget |
( |
| ) |
|
|
virtual |
copy constructor. Not Implemented.
Member Function Documentation
| virtual void makVrf::DtTerrainProfileSettingsWidget::setShowObjectsNearLine |
( |
bool |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setShowVertices |
( |
bool |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setShowObjectsWithinRange |
( |
double |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setShowObjectsWithinRangeUnitsLabel |
( |
const QString & |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setSamplingRate |
( |
double |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setSamplingRateLabel |
( |
const QString & |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setMaximumPointsPerLine |
( |
int |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setShowWhenCreatingIntervisibilityLine |
( |
bool |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setShowWhenCreatingRoute |
( |
bool |
| ) |
|
|
virtual |
| virtual void makVrf::DtTerrainProfileSettingsWidget::setShowWhenEditingRoute |
( |
bool |
| ) |
|
|
virtual |
| void makVrf::DtTerrainProfileSettingsWidget::setupGui |
( |
| ) |
|
|
protected |
| virtual void makVrf::DtTerrainProfileSettingsWidget::onOptionChanged |
( |
| ) |
|
|
protectedvirtualslot |
Called when a check box has changed. Signal option changed.
| virtual void makVrf::DtTerrainProfileSettingsWidget::onShowObjectsNearLineValueChanged |
( |
| ) |
|
|
protectedvirtualslot |
Called when objects near line value has changed.
Will convert back to meters and send signal
| virtual void makVrf::DtTerrainProfileSettingsWidget::onSamplingRateValueChanged |
( |
| ) |
|
|
protectedvirtualslot |
Called when sampling rate changes.
| virtual void makVrf::DtTerrainProfileSettingsWidget::onMaximumPointsPerLineValueChanged |
( |
| ) |
|
|
protectedvirtualslot |
Called when maximum points on line changed.
assignment operator. Not Implemented.
Member Data Documentation
| boost::signal<void (int, bool, bool)> makVrf::DtTerrainProfileSettingsWidget::signal_optionChanged |
For convenience, rather than having a signal for each item, one signal and send the type and whether it is create or edit.
| boost::signal<void (double)> makVrf::DtTerrainProfileSettingsWidget::signal_showObjectsWithinRangeChanged |
objects within range and sampling rate are only changed on return key press or focus lost (if value is different).
This is to prevent changing on each key press
| boost::signal<void (double)> makVrf::DtTerrainProfileSettingsWidget::signal_samplingRateChanged |
| boost::signal<void (int)> makVrf::DtTerrainProfileSettingsWidget::signal_maximumPointsPerLineValueChanged |
| Ui_DtTerrainProfileSettingsWidgetUi makVrf::DtTerrainProfileSettingsWidget::myUiImpl |
The documentation for this class was generated from the following file: