Searched refs:supportedSegmentDetails (Results 1 – 7 of 7) sorted by relevance
300 d_ptr->supportedSegmentDetails = segmentDetails; in setSupportedSegmentDetails()307 QGeoRouteRequest::SegmentDetails QGeoRoutingManagerEngine::supportedSegmentDetails() const in supportedSegmentDetails() function in QGeoRoutingManagerEngine309 return d_ptr->supportedSegmentDetails; in supportedSegmentDetails()
308 QGeoRouteRequest::SegmentDetails QGeoRoutingManager::supportedSegmentDetails() const in supportedSegmentDetails() function in QGeoRoutingManager310 return d_ptr->engine->supportedSegmentDetails(); in supportedSegmentDetails()
71 QGeoRouteRequest::SegmentDetails supportedSegmentDetails; variable
67 QGeoRouteRequest::SegmentDetails supportedSegmentDetails() const;
95 QCOMPARE(qgeoroutingmanager->supportedSegmentDetails(),QGeoRouteRequest::BasicSegmentData); in supports()
192 if ((request.segmentDetail() & supportedSegmentDetails()) != request.segmentDetail()) in checkEngineSupport()