完成附属航点

This commit is contained in:
2020-05-22 15:37:04 +08:00
parent f7af850956
commit 9018bcc587
4 changed files with 132 additions and 28 deletions
+8 -1
View File
@@ -249,7 +249,10 @@ public:
return property.group;
}
bool FollowPrevious(void)
{
return isFollowPrevious;
}
@@ -267,6 +270,7 @@ private:
bool isSimple = false;
bool isEdit = false;
bool isFollowPrevious = false;
internals::PointLatLng coord; // coordinates of this WayPoint
@@ -296,6 +300,9 @@ public slots:
}
void setPosition(QPointF p);
void WPDeleted(int const & number, WayPointItem *waypoint);
void WPRenumbered(int const & oldnumber, int const & newnumber, WayPointItem *waypoint);
void WPInserted(int const & number, WayPointItem *waypoint);