Searched refs:QGeoCoordinateObject (Results 1 – 6 of 6) sorted by relevance
52 QGeoCoordinateObject::QGeoCoordinateObject(QObject *parent) : QObject(parent) in QGeoCoordinateObject() function in QGeoCoordinateObject56 QGeoCoordinateObject::QGeoCoordinateObject(const QGeoCoordinate &c, QObject *parent) : QObject(pare… in QGeoCoordinateObject() function in QGeoCoordinateObject61 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()
61 class Q_POSITIONING_PRIVATE_EXPORT QGeoCoordinateObject : public QObject67 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*)
592 qRegisterMetaType<QGeoCoordinateObject *>(); in registerTypes()
193 class Q_LOCATION_PRIVATE_EXPORT QDeclarativeGeoWaypoint : public QGeoCoordinateObject, public QQmlP…
1720 QDeclarativeGeoWaypoint::QDeclarativeGeoWaypoint(QObject *parent) : QGeoCoordinateObject(parent) in Q_GLOBAL_STATIC()1723 connect(this, &QGeoCoordinateObject::coordinateChanged, in Q_GLOBAL_STATIC()
1213 prototype: "QGeoCoordinateObject"1692 name: "QGeoCoordinateObject"