Searched refs:LocationSingleton (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | locationsingleton.cpp | 83 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 ¢er, 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 ¢er, qreal radius) const in circle() [all …]
|
| H A D | locationsingleton.h | 66 class LocationSingleton : public QObject 71 explicit LocationSingleton(QObject *parent = 0);
|
| H A D | positioning.cpp | 557 return new LocationSingleton; in singleton_type_factory() 600 …qmlRegisterSingletonType<LocationSingleton >(uri, major, minor, "QtPositioning", singleton_type_f… in registerTypes()
|
| H A D | plugins.qmltypes | 12 name: "LocationSingleton"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.9.1 | 35 - LocationSingleton now allows to create a qgeopath from a list of coordinates,
|