Home
last modified time | relevance | path

Searched refs:m_waypoints (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp770 m_waypoints << w; in QDeclarativeGeoRouteQuery()
869 for (const auto &w : m_waypoints) in waypoints()
887 for (const auto &w : m_waypoints) in waypointObjects()
926 if (allWaypoints && m_waypoints == waypointList) in setWaypoints()
929 flushWaypoints(m_waypoints); in setWaypoints()
930 m_waypoints = waypointList; in setWaypoints()
931 for (const QDeclarativeGeoWaypoint *w: qAsConst(m_waypoints)) in setWaypoints()
1099 m_waypoints << w; in addWaypoint()
1115 m_waypoints << w; in addWaypoint()
1141 int idx = findWaypoint(m_waypoints, w); in removeWaypoint()
[all …]
H A Dqdeclarativegeoroutemodel_p.h466 QList<QDeclarativeGeoWaypoint *> m_waypoints; variable