Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroutingmanagerengine.cpp300 d_ptr->supportedSegmentDetails = segmentDetails; in setSupportedSegmentDetails()
307 QGeoRouteRequest::SegmentDetails QGeoRoutingManagerEngine::supportedSegmentDetails() const in supportedSegmentDetails() function in QGeoRoutingManagerEngine
309 return d_ptr->supportedSegmentDetails; in supportedSegmentDetails()
H A Dqgeoroutingmanager.cpp308 QGeoRouteRequest::SegmentDetails QGeoRoutingManager::supportedSegmentDetails() const in supportedSegmentDetails() function in QGeoRoutingManager
310 return d_ptr->engine->supportedSegmentDetails(); in supportedSegmentDetails()
H A Dqgeoroutingmanagerengine_p.h71 QGeoRouteRequest::SegmentDetails supportedSegmentDetails; variable
H A Dqgeoroutingmanager.h67 QGeoRouteRequest::SegmentDetails supportedSegmentDetails() const;
H A Dqgeoroutingmanagerengine.h67 QGeoRouteRequest::SegmentDetails supportedSegmentDetails() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp95 QCOMPARE(qgeoroutingmanager->supportedSegmentDetails(),QGeoRouteRequest::BasicSegmentData); in supports()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutingmanagerengine_nokia.cpp192 if ((request.segmentDetail() & supportedSegmentDetails()) != request.segmentDetail()) in checkEngineSupport()