Searched refs:routes_ (Results 1 – 2 of 2) sorted by relevance
188 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 …]
182 QList<QDeclarativeGeoRoute *> routes_; variable