Searched refs:supportedManeuverDetails (Results 1 – 7 of 7) sorted by relevance
322 d_ptr->supportedManeuverDetails = maneuverDetails; in setSupportedManeuverDetails()329 QGeoRouteRequest::ManeuverDetails QGeoRoutingManagerEngine::supportedManeuverDetails() const in supportedManeuverDetails() function in QGeoRoutingManagerEngine331 return d_ptr->supportedManeuverDetails; in supportedManeuverDetails()
317 QGeoRouteRequest::ManeuverDetails QGeoRoutingManager::supportedManeuverDetails() const in supportedManeuverDetails() function in QGeoRoutingManager319 return d_ptr->engine->supportedManeuverDetails(); in supportedManeuverDetails()
72 QGeoRouteRequest::ManeuverDetails supportedManeuverDetails; variable
68 QGeoRouteRequest::ManeuverDetails supportedManeuverDetails() const;
96 QCOMPARE(qgeoroutingmanager->supportedManeuverDetails(),QGeoRouteRequest::BasicManeuvers); in supports()
189 if ((request.maneuverDetail() & supportedManeuverDetails()) != request.maneuverDetail()) in checkEngineSupport()