Searched refs:EngineNotSetError (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeocodemodel.cpp | 155 setError(EngineNotSetError, tr("Cannot geocode, plugin not set.")); in update() 165 setError(EngineNotSetError, tr("Cannot geocode, geocode manager not set.")); in update() 300 newError = EngineNotSetError; break; in pluginReady() 316 setError(EngineNotSetError,tr("Plugin does not support (reverse) geocoding.")); in pluginReady()
|
| H A D | qdeclarativegeocodemodel_p.h | 98 …EngineNotSetError = QGeoCodeReply::EngineNotSetError, //TODO Qt6 consider merge with NotSupportedE… enumerator
|
| H A D | qdeclarativegeoroutemodel_p.h | 106 EngineNotSetError = QGeoRouteReply::EngineNotSetError, enumerator
|
| H A D | qdeclarativegeoroutemodel.cpp | 356 newError = EngineNotSetError; break; in pluginReady() 372 setError(EngineNotSetError, tr("Plugin does not support routing.")); in pluginReady() 618 setError(EngineNotSetError, tr("Cannot route, plugin not set.")); in update() 628 setError(EngineNotSetError, tr("Cannot route, route manager not set.")); in update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutereply/ |
| H A D | tst_qgeoroutereply.cpp | 108 QTest::newRow("error2") << QGeoRouteReply::EngineNotSetError << "Engine Not Set Error."; in constructor_error_data() 226 QTest::newRow("error2") << QGeoRouteReply::EngineNotSetError << "Engine Not Set Error."; in error_data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/ |
| H A D | tst_qgeocodereply.cpp | 99 QTest::newRow("error2") << QGeoCodeReply::EngineNotSetError << "Engine Not Set Error."; in constructor_error_data() 169 QTest::newRow("error2") << QGeoCodeReply::EngineNotSetError << "Engine Not Set Error."; in error_data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoroutereply.h | 56 EngineNotSetError, enumerator
|
| H A D | qgeocodereply.h | 58 EngineNotSetError, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_geocoding.qml | 184 compare(errorModelNoPlugin.error,GeocodeModel.EngineNotSetError) 188 compare(errorModel.error,GeocodeModel.EngineNotSetError) 192 compare(errorModel.error,GeocodeModel.EngineNotSetError) 207 compare(errorModel.error,GeocodeModel.EngineNotSetError)
|
| H A D | tst_routing.qml | 450 compare(errorModelNoPlugin.error,RouteModel.EngineNotSetError) 454 compare(errorModel.error,RouteModel.EngineNotSetError) 458 compare(errorModel.error,RouteModel.EngineNotSetError) 473 compare(errorModel.error,RouteModel.EngineNotSetError)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeocodingmanagerengine_test.h | 168 geocodeReply_->callSetError(QGeoCodeReply::EngineNotSetError, address.street()); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 808 "EngineNotSetError": 1, 1245 "EngineNotSetError": 1,
|