Q_PROPERTY(boolofflineREADofflineNOTIFYofflineChanged)///< true: controller is not connected to an active vehicle
Q_PROPERTY(boolofflineREADofflineNOTIFYofflineChanged)///< true: controller is not connected to an active vehicle
Q_PROPERTY(boolcontainsItemsREADcontainsItemsNOTIFYcontainsItemsChanged)///< true: Elemement is non-empty
Q_PROPERTY(boolcontainsItemsREADcontainsItemsNOTIFYcontainsItemsChanged)///< true: Elemement is non-empty
Q_PROPERTY(boolsyncInProgressREADsyncInProgressNOTIFYsyncInProgressChanged)///< true: Information is currently being saved/sent, false: no active save/send in progress
Q_PROPERTY(boolsyncInProgressREADsyncInProgressNOTIFYsyncInProgressChanged)///< true: Information is currently being saved/sent, false: no active save/send in progress
Q_PROPERTY(booldirtyREADdirtyWRITEsetDirtyNOTIFYdirtyChanged)///< true: Unsaved/sent changes are present, false: no changes since last save/send
Q_PROPERTY(booldirtyREADdirtyWRITEsetDirtyNOTIFYdirtyChanged)///< true: Unsaved/sent changes are present, false: no changes since last save/send
Q_PROPERTY(QStringfileExtensionREADfileExtensionCONSTANT)///< File extension for missions
Q_PROPERTY(QStringfileExtensionREADfileExtensionCONSTANT)///< File extension for missions
qCWarning(TransectStyleComplexItemLog)<<"_adjustTransectPointsForTerrain called when terrain data not ready";
qCWarning(TransectStyleComplexItemLog)<<"_adjustTransectPointsForTerrain called when terrain data not ready";
qgcApp()->showMessage(tr("INTERNAL ERROR: TransectStyleComplexItem::_adjustTransectPointsForTerrain called when terrain data not ready. Plan will be incorrect."));
qgcApp()->showMessage(tr("INTERNAL ERROR: TransectStyleComplexItem::_adjustTransectPointsForTerrain called when terrain data not ready. Plan will be incorrect."));
Q_PROPERTY(boolhomePositionREADhomePositionCONSTANT)///< true: This item is being used as a home position indicator
Q_PROPERTY(boolhomePositionREADhomePositionCONSTANT)///< true: This item is being used as a home position indicator
Q_PROPERTY(QGeoCoordinatecoordinateREADcoordinateWRITEsetCoordinateNOTIFYcoordinateChanged)///< This is the entry point for a waypoint line into the item. For a simple item it is also the location of the item
Q_PROPERTY(QGeoCoordinatecoordinateREADcoordinateWRITEsetCoordinateNOTIFYcoordinateChanged)///< This is the entry point for a waypoint line into the item. For a simple item it is also the location of the item
Q_PROPERTY(doubleterrainAltitudeREADterrainAltitudeNOTIFYterrainAltitudeChanged)///< The altitude of terrain at the coordinate position, NaN if not known
Q_PROPERTY(doubleterrainAltitudeREADterrainAltitudeNOTIFYterrainAltitudeChanged)///< The altitude of terrain at the coordinate position, NaN if not known
...
@@ -67,6 +74,7 @@ public:
...
@@ -67,6 +74,7 @@ public:
Q_PROPERTY(doublemissionGimbalYawREADmissionGimbalYawNOTIFYmissionGimbalYawChanged)///< Current gimbal yaw state at this point in mission
Q_PROPERTY(doublemissionGimbalYawREADmissionGimbalYawNOTIFYmissionGimbalYawChanged)///< Current gimbal yaw state at this point in mission
Q_PROPERTY(doublemissionVehicleYawREADmissionVehicleYawNOTIFYmissionVehicleYawChanged)///< Expected vehicle yaw at this point in mission
Q_PROPERTY(doublemissionVehicleYawREADmissionVehicleYawNOTIFYmissionVehicleYawChanged)///< Expected vehicle yaw at this point in mission