Home
last modified time | relevance | path

Searched refs:supportedManeuverDetails (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutingmanagerengine.cpp322 d_ptr->supportedManeuverDetails = maneuverDetails; in setSupportedManeuverDetails()
329 QGeoRouteRequest::ManeuverDetails QGeoRoutingManagerEngine::supportedManeuverDetails() const in supportedManeuverDetails() function in QGeoRoutingManagerEngine
331 return d_ptr->supportedManeuverDetails; in supportedManeuverDetails()
H A Dqgeoroutingmanager.cpp317 QGeoRouteRequest::ManeuverDetails QGeoRoutingManager::supportedManeuverDetails() const in supportedManeuverDetails() function in QGeoRoutingManager
319 return d_ptr->engine->supportedManeuverDetails(); in supportedManeuverDetails()
H A Dqgeoroutingmanagerengine_p.h72 QGeoRouteRequest::ManeuverDetails supportedManeuverDetails; variable
H A Dqgeoroutingmanager.h68 QGeoRouteRequest::ManeuverDetails supportedManeuverDetails() const;
H A Dqgeoroutingmanagerengine.h68 QGeoRouteRequest::ManeuverDetails supportedManeuverDetails() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp96 QCOMPARE(qgeoroutingmanager->supportedManeuverDetails(),QGeoRouteRequest::BasicManeuvers); in supports()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp189 if ((request.maneuverDetail() & supportedManeuverDetails()) != request.maneuverDetail()) in checkEngineSupport()