|
|
|
@ -45,7 +45,7 @@ public:
@@ -45,7 +45,7 @@ public:
|
|
|
|
|
// Property accesors
|
|
|
|
|
|
|
|
|
|
QString category (void) const; |
|
|
|
|
MavlinkQmlSingleton::Qml_MAV_CMD command(void) const { return (MavlinkQmlSingleton::Qml_MAV_CMD)_missionItem._commandFact.cookedValue().toInt(); }; |
|
|
|
|
MavlinkQmlSingleton::Qml_MAV_CMD command(void) const { return (MavlinkQmlSingleton::Qml_MAV_CMD)_missionItem._commandFact.cookedValue().toInt(); } |
|
|
|
|
bool friendlyEditAllowed (void) const; |
|
|
|
|
bool homePosition (void) const { return _homePositionSpecialCase; } |
|
|
|
|
bool rawEdit (void) const; |
|
|
|
|