Home
last modified time | relevance | path

Searched refs:QGeoCoordinateObject (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinateobject.cpp52 QGeoCoordinateObject::QGeoCoordinateObject(QObject *parent) : QObject(parent) in QGeoCoordinateObject() function in QGeoCoordinateObject
56 QGeoCoordinateObject::QGeoCoordinateObject(const QGeoCoordinate &c, QObject *parent) : QObject(pare… in QGeoCoordinateObject() function in QGeoCoordinateObject
61 QGeoCoordinateObject::~QGeoCoordinateObject() in ~QGeoCoordinateObject()
66 bool QGeoCoordinateObject::operator==(const QGeoCoordinateObject &other) const in operator ==()
71 bool QGeoCoordinateObject::operator==(const QGeoCoordinate &other) const in operator ==()
76 QGeoCoordinate QGeoCoordinateObject::coordinate() const in coordinate()
81 void QGeoCoordinateObject::setCoordinate(const QGeoCoordinate &c) in setCoordinate()
H A Dqgeocoordinateobject_p.h61 class Q_POSITIONING_PRIVATE_EXPORT QGeoCoordinateObject : public QObject
67 QGeoCoordinateObject(QObject *parent = 0);
68 QGeoCoordinateObject(const QGeoCoordinate &c, QObject *parent = 0);
69 virtual ~QGeoCoordinateObject();
72 bool operator==(const QGeoCoordinateObject &other) const;
76 inline bool operator!=(const QGeoCoordinateObject &other) const {
92 Q_DECLARE_METATYPE(QGeoCoordinateObject*)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dpositioning.cpp592 qRegisterMetaType<QGeoCoordinateObject *>(); in registerTypes()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroutemodel_p.h193 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoWaypoint : public QGeoCoordinateObject, public QQmlP…
H A Dqdeclarativegeoroutemodel.cpp1720 QDeclarativeGeoWaypoint::QDeclarativeGeoWaypoint(QObject *parent) : QGeoCoordinateObject(parent) in Q_GLOBAL_STATIC()
1723 connect(this, &QGeoCoordinateObject::coordinateChanged, in Q_GLOBAL_STATIC()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1213 prototype: "QGeoCoordinateObject"
1692 name: "QGeoCoordinateObject"