Searched refs:setBounds (Results 1 – 12 of 12) sorted by relevance
191 void QGeoRoute::setBounds(const QGeoRectangle &bounds) in setBounds() function in QGeoRoute193 d_ptr->setBounds(bounds); in setBounds()416 void QGeoRoutePrivate::setBounds(const QGeoRectangle &bounds) in setBounds() function in QGeoRoutePrivate579 void QGeoRoutePrivateDefault::setBounds(const QGeoRectangle &bounds) in setBounds() function in QGeoRoutePrivateDefault
81 virtual void setBounds(const QGeoRectangle &bounds);136 virtual void setBounds(const QGeoRectangle &bounds) override;
72 void setBounds(const QGeoRectangle &bounds);
1006 route.setBounds(QGeoPath(path).boundingGeoRectangle()); in parseReply()
84 Q_PROPERTY(QVariant bounds READ bounds WRITE setBounds NOTIFY boundsChanged)130 void setBounds(const QVariant &boundingArea);
344 void QDeclarativeGeocodeModel::setBounds(const QVariant &boundingArea) in setBounds() function in QDeclarativeGeocodeModel
57 void setBounds(const QGeoShape &bounds);
91 parser->setBounds(viewport()); in networkFinished()
170 route->setBounds(bounds); in parseRoute()309 m_legs[i].setBounds(QGeoPath(path).boundingGeoRectangle()); in postProcessRoute()
382 void QGeoCodeJsonParser::setBounds(const QGeoShape &bounds) in setBounds() function in QGeoCodeJsonParser
103 qgeoroute->setBounds(*qgeoboundingbox); in bounds()
154 geoRoute.setBounds(QGeoRectangle(topLeft, bottomRight)); in parseDirection()