Home
last modified time | relevance | path

Searched refs:boundingArea (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp344 void QDeclarativeGeocodeModel::setBounds(const QVariant &boundingArea) in setBounds() argument
348 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()
H A Dqdeclarativegeocodemodel_p.h130 void setBounds(const QVariant &boundingArea);