Lines Matching refs:QDeclarativeGeoLocation
86 QDeclarativeGeoLocation::QDeclarativeGeoLocation(QObject *parent) in QDeclarativeGeoLocation() function in QDeclarativeGeoLocation
93 QDeclarativeGeoLocation::QDeclarativeGeoLocation(const QGeoLocation &src, QObject *parent) in QDeclarativeGeoLocation() function in QDeclarativeGeoLocation
99 QDeclarativeGeoLocation::~QDeclarativeGeoLocation() in ~QDeclarativeGeoLocation()
109 void QDeclarativeGeoLocation::setLocation(const QGeoLocation &src) in setLocation()
123 QGeoLocation QDeclarativeGeoLocation::location() const in location()
138 void QDeclarativeGeoLocation::setAddress(QDeclarativeGeoAddress *address) in setAddress()
150 QDeclarativeGeoAddress *QDeclarativeGeoLocation::address() const in address()
163 void QDeclarativeGeoLocation::setCoordinate(const QGeoCoordinate coordinate) in setCoordinate()
172 QGeoCoordinate QDeclarativeGeoLocation::coordinate() const in coordinate()
188 void QDeclarativeGeoLocation::setBoundingBox(const QGeoRectangle &boundingBox) in setBoundingBox()
197 QGeoRectangle QDeclarativeGeoLocation::boundingBox() const in boundingBox()