Searched refs:boundingArea (Results 1 – 2 of 2) sorted by relevance
344 void QDeclarativeGeocodeModel::setBounds(const QVariant &boundingArea) in setBounds() argument348 if (boundingArea.userType() == qMetaTypeId<QGeoRectangle>()) in setBounds()349 s = boundingArea.value<QGeoRectangle>(); in setBounds()350 else if (boundingArea.userType() == qMetaTypeId<QGeoCircle>()) in setBounds()351 s = boundingArea.value<QGeoCircle>(); in setBounds()352 else if (boundingArea.userType() == qMetaTypeId<QGeoShape>()) in setBounds()353 s = boundingArea.value<QGeoShape>(); in setBounds()
130 void setBounds(const QVariant &boundingArea);