|
|
|
@ -49,6 +49,11 @@ public:
@@ -49,6 +49,11 @@ public:
|
|
|
|
|
Q_PROPERTY(QmlObjectListModel* textFieldFacts READ textFieldFacts CONSTANT) |
|
|
|
|
Q_PROPERTY(QmlObjectListModel* nanFacts READ nanFacts CONSTANT) |
|
|
|
|
|
|
|
|
|
/// This should be called before changing the command. It is needed if the command changes
|
|
|
|
|
/// from an item which does not include a coordinate to an item which requires a coordinate.
|
|
|
|
|
/// It uses this value to set that new coordinate.
|
|
|
|
|
Q_INVOKABLE void setMapCenterHintForCommandChange(QGeoCoordinate mapCenter) { _mapCenterHint = mapCenter; }; |
|
|
|
|
|
|
|
|
|
/// Scans the loaded items for additional section settings
|
|
|
|
|
/// @param visualItems List of all visual items
|
|
|
|
|
/// @param scanIndex Index to start scanning from
|
|
|
|
@ -162,6 +167,7 @@ private:
@@ -162,6 +167,7 @@ private:
|
|
|
|
|
bool _rawEdit; |
|
|
|
|
bool _dirty; |
|
|
|
|
bool _ignoreDirtyChangeSignals; |
|
|
|
|
QGeoCoordinate _mapCenterHint; |
|
|
|
|
|
|
|
|
|
SpeedSection* _speedSection; |
|
|
|
|
CameraSection* _cameraSection; |
|
|
|
|