Home
last modified time | relevance | path

Searched refs:setMeasurementSystem (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanager.cpp100 void QNavigationManager::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem() function in QNavigationManager
102 d_ptr->engine->setMeasurementSystem(system); in setMeasurementSystem()
H A Dqnavigationmanagerengine.cpp79 void QAbstractNavigator::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem() function in QAbstractNavigator
195 void QNavigationManagerEngine::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem() function in QNavigationManagerEngine
H A Dqgeoroutingmanager.cpp352 void QGeoRoutingManager::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem() function in QGeoRoutingManager
354 d_ptr->engine->setMeasurementSystem(system); in setMeasurementSystem()
H A Dqnavigationmanagerengine_p.h85 virtual void setMeasurementSystem(QLocale::MeasurementSystem system);
144 virtual void setMeasurementSystem(QLocale::MeasurementSystem system);
H A Dqnavigationmanager_p.h81 void setMeasurementSystem(QLocale::MeasurementSystem system);
H A Dqgeoroutingmanager.h72 void setMeasurementSystem(QLocale::MeasurementSystem system);
H A Dqgeoroutingmanagerengine.h72 void setMeasurementSystem(QLocale::MeasurementSystem system);
H A Dqgeoroutingmanagerengine.cpp365 void QGeoRoutingManagerEngine::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem() function in QGeoRoutingManagerEngine
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel_p.h88 …:MeasurementSystem measurementSystem READ measurementSystem WRITE setMeasurementSystem NOTIFY meas…
139 void setMeasurementSystem(QLocale::MeasurementSystem ms);
H A Dqdeclarativegeoroutemodel.cpp481 void QDeclarativeGeoRouteModel::setMeasurementSystem(QLocale::MeasurementSystem ms) in setMeasurementSystem() function in QDeclarativeGeoRouteModel
497 routingManager->setMeasurementSystem(ms); in setMeasurementSystem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutingmanager/
H A Dtst_qgeoroutingmanager.cpp113 qgeoroutingmanager->setMeasurementSystem(QLocale::MetricSystem); in locale()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqdeclarativenavigator.cpp516 d_ptr->m_navigator->setMeasurementSystem(manager->measurementSystem()); in ensureEngine()