完成附属航点
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user