Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.cpp191 void QGeoRoute::setBounds(const QGeoRectangle &bounds) in setBounds() function in QGeoRoute
193 d_ptr->setBounds(bounds); in setBounds()
416 void QGeoRoutePrivate::setBounds(const QGeoRectangle &bounds) in setBounds() function in QGeoRoutePrivate
579 void QGeoRoutePrivateDefault::setBounds(const QGeoRectangle &bounds) in setBounds() function in QGeoRoutePrivateDefault
H A Dqgeoroute_p.h81 virtual void setBounds(const QGeoRectangle &bounds);
136 virtual void setBounds(const QGeoRectangle &bounds) override;
H A Dqgeoroute.h72 void setBounds(const QGeoRectangle &bounds);
H A Dqgeorouteparserosrmv5.cpp1006 route.setBounds(QGeoPath(path).boundingGeoRectangle()); in parseReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel_p.h84 Q_PROPERTY(QVariant bounds READ bounds WRITE setBounds NOTIFY boundsChanged)
130 void setBounds(const QVariant &boundingArea);
H A Dqdeclarativegeocodemodel.cpp344 void QDeclarativeGeocodeModel::setBounds(const QVariant &boundingArea) in setBounds() function in QDeclarativeGeocodeModel
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.h57 void setBounds(const QGeoShape &bounds);
H A Dqgeocodereply_nokia.cpp91 parser->setBounds(viewport()); in networkFinished()
H A Dqgeoroutexmlparser.cpp170 route->setBounds(bounds); in parseRoute()
309 m_legs[i].setBounds(QGeoPath(path).boundingGeoRectangle()); in postProcessRoute()
H A Dqgeocodejsonparser.cpp382 void QGeoCodeJsonParser::setBounds(const QGeoShape &bounds) in setBounds() function in QGeoCodeJsonParser
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp103 qgeoroute->setBounds(*qgeoboundingbox); in bounds()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeoroutejsonparser_esri.cpp154 geoRoute.setBounds(QGeoRectangle(topLeft, bottomRight)); in parseDirection()