Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel.cpp188 if (!routes_.empty()) { in ~QDeclarativeGeoRouteModel()
189 qDeleteAll(routes_); in ~QDeclarativeGeoRouteModel()
190 routes_.clear(); in ~QDeclarativeGeoRouteModel()
204 return routes_.count(); in count()
217 if (!routes_.isEmpty()) { in reset()
219 qDeleteAll(routes_); in reset()
220 routes_.clear(); in reset()
241 setStatus(routes_.isEmpty() ? Null : Ready); in cancel()
257 if (index < 0 || index >= routes_.count()) { in get()
261 return routes_.at(index); in get()
[all …]
H A Dqdeclarativegeoroutemodel_p.h182 QList<QDeclarativeGeoRoute *> routes_; variable