Searched defs:rectangle (Results 1 – 6 of 6) sorted by relevance
131 QGeoRectangle LocationSingleton::rectangle() const in rectangle() function in LocationSingleton144 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate ¢er, in rectangle() function in LocationSingleton158 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &topLeft, in rectangle() function in LocationSingleton172 QGeoRectangle LocationSingleton::rectangle(const QVariantList &coordinates) const in rectangle() function in LocationSingleton
169 QGeoRectangle rectangle; in networkReplyFinished() local
365 const QGeoRectangle rectangle = m_rectangle.boundingGeoRectangle(); in setGeoShape() local
139 bool QGeoMap::fitViewportToGeoRectangle(const QGeoRectangle &rectangle, const QMargins &borders) in fitViewportToGeoRectangle()
542 …dinate, qreal> QGeoProjectionWebMercator::fitViewportToGeoRectangle(const QGeoRectangle &rectangle, in fitViewportToGeoRectangle()
881 QGeoRectangle &QGeoRectangle::operator|=(const QGeoRectangle &rectangle) in operator |=()