Home
last modified time | relevance | path

Searched refs:LocationSingleton (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp83 LocationSingleton::LocationSingleton(QObject *parent) in LocationSingleton() function in LocationSingleton
94 QGeoCoordinate LocationSingleton::coordinate() const in coordinate()
107 QGeoCoordinate LocationSingleton::coordinate(double latitude, double longitude, double altitude) co… in coordinate()
119 QGeoShape LocationSingleton::shape() const in shape()
131 QGeoRectangle LocationSingleton::rectangle() const in rectangle()
144 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &center, in rectangle()
158 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &topLeft, in rectangle()
172 QGeoRectangle LocationSingleton::rectangle(const QVariantList &coordinates) const in rectangle()
189 QGeoCircle LocationSingleton::circle() const in circle()
199 QGeoCircle LocationSingleton::circle(const QGeoCoordinate &center, qreal radius) const in circle()
[all …]
H A Dlocationsingleton.h66 class LocationSingleton : public QObject
71 explicit LocationSingleton(QObject *parent = 0);
H A Dpositioning.cpp557 return new LocationSingleton; in singleton_type_factory()
600 …qmlRegisterSingletonType<LocationSingleton >(uri, major, minor, "QtPositioning", singleton_type_f… in registerTypes()
H A Dplugins.qmltypes12 name: "LocationSingleton"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.135 - LocationSingleton now allows to create a qgeopath from a list of coordinates,