Home
last modified time | relevance | path

Searched refs:engineName (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapobject.cpp114 return !d_ptr->engineName().isEmpty(); in implemented()
263 return (type() == other.type() && engineName() == other.engineName() in operator ==()
267 QByteArray QGeoMapObjectPrivate::engineName() const in engineName() function in QGeoMapObjectPrivate
285 && engineName() == other.engineName() && features() == other.features() in equals()
H A Dqgeomapobject_p_p.h69 virtual QByteArray engineName() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeoroutereplymapbox.cpp64 virtual QString engineName() const override;
81 QString QGeoRoutePrivateMapbox::engineName() const in engineName() function in __anonb01c6e670111::QGeoRoutePrivateMapbox
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute_p.h107 virtual QString engineName() const = 0;
154 virtual QString engineName() const override;
H A Dqgeoroute.cpp366 …if (!other.engineName().isEmpty()) // only way to know if other comes from an engine without dynam… in equals()
639 QString QGeoRoutePrivateDefault::engineName() const in engineName() function in QGeoRoutePrivateDefault