Home
last modified time | relevance | path

Searched refs:QGeoAddress (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoaddress.h51 class Q_POSITIONING_EXPORT QGeoAddress
54 QGeoAddress();
55 QGeoAddress(const QGeoAddress &other);
56 ~QGeoAddress();
58 QGeoAddress &operator=(const QGeoAddress &other);
59 bool operator==(const QGeoAddress &other) const;
60 bool operator!=(const QGeoAddress &other) const {
100 Q_DECLARE_TYPEINFO(QGeoAddress, Q_MOVABLE_TYPE);
104 Q_DECLARE_METATYPE(QGeoAddress)
H A Dqgeoaddress.cpp103 static QString formattedAddress(const QGeoAddress &address, in formattedAddress()
342 QGeoAddress::QGeoAddress() in QGeoAddress() function in QGeoAddress
350 QGeoAddress::QGeoAddress(const QGeoAddress &other) in QGeoAddress() function in QGeoAddress
358 QGeoAddress::~QGeoAddress() in ~QGeoAddress()
366 QGeoAddress &QGeoAddress::operator=(const QGeoAddress & address) in operator =()
379 bool QGeoAddress::operator==(const QGeoAddress &other) const in operator ==()
431 QString QGeoAddress::text() const in text()
446 void QGeoAddress::setText(const QString &text) in setText()
454 QString QGeoAddress::country() const in country()
462 void QGeoAddress::setCountry(const QString &country) in setCountry()
[all …]
H A Dqgeolocation.h49 class QGeoAddress; variable
69 QGeoAddress address() const;
70 void setAddress(const QGeoAddress &address);
H A Dqgeolocation.cpp147 QGeoAddress QGeoLocation::address() const in address()
155 void QGeoLocation::setAddress(const QGeoAddress &address) in setAddress()
H A Dqgeolocation_p.h74 QGeoAddress address;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/
H A Dtst_qgeoaddress.cpp74 QGeoAddress testObj; in constructorTest()
77 QGeoAddress *testObjPtr = new QGeoAddress(testObj); in constructorTest()
85 QGeoAddress address; in textTest()
93 QGeoAddress testObj; in cityTest()
101 QGeoAddress testObj; in countryCodeTest()
109 QGeoAddress testObj; in countryTest()
117 QGeoAddress testObj; in countyTest()
125 QGeoAddress testObj; in districtTest()
159 QGeoAddress testObj; in postalCodeTest()
167 QGeoAddress testObj; in stateTest()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeoaddress_p.h64 Q_PROPERTY(QGeoAddress address READ address WRITE setAddress)
78 QDeclarativeGeoAddress(const QGeoAddress &address, QObject *parent = 0);
79 QGeoAddress address() const;
80 void setAddress(const QGeoAddress &address);
116 QGeoAddress m_address;
H A Dqdeclarativegeoaddress.cpp92 QDeclarativeGeoAddress::QDeclarativeGeoAddress(const QGeoAddress &address, QObject *parent) : in QDeclarativeGeoAddress()
103 QGeoAddress QDeclarativeGeoAddress::address() const in address()
108 void QDeclarativeGeoAddress::setAddress(const QGeoAddress &address) in setAddress()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp139 QGeoAddress qgeoaddresscopy; in operators()
194 QGeoAddress address; in comparison()
211 QGeoAddress otherAddress; in comparison()
240 QGeoAddress address; in isEmpty()
258 location.setAddress(QGeoAddress()); in isEmpty()
H A Dtst_qgeolocation.h75 QGeoAddress m_address;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp68 QGeoAddress m_address;
154 QGeoAddress address = qmlObject->property("address").value<QGeoAddress>(); in testAddress()
158 qmlObject->setProperty("address", QVariant::fromValue(QGeoAddress())); in testAddress()
183 QCOMPARE(qmlObject->property("address").value<QGeoAddress>(), QGeoAddress()); in testLocation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocodingmanagerengine.h46 class QGeoAddress; variable
60 virtual QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds);
H A Dqgeocodingmanager.h63 QGeoCodeReply *geocode(const QGeoAddress &address,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/snippets/cpp/
H A Dcppqml.cpp62 QGeoAddress geoAddress = qmlObject->property("address").value<QGeoAddress>(); in cppQmlInterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dcpp-qml-positioning.qdoc75 This section provides information on how to integrate QGeoAddress and QGeoLocation.
77 \section2 Address - QGeoAddress
81 The following gets the QGeoAddress representing this object from C++:
83 The following sets the properties of this object based on a QGeoAddress object from C++:
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeocodingmanagerengine_test.h150 QGeoCodeReply* geocode(const QGeoAddress & address, const QGeoShape &bounds) in geocode()
211 QGeoAddress address; in setLocations()
221 void setLocations(GeocodeReplyTest* reply, const QGeoAddress& address) in setLocations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/
H A Dtst_qgeocodingmanager.cpp148 QGeoAddress *address = new QGeoAddress (); in geocode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodingmanagerengine_esri.cpp65 static QString addressToQuery(const QGeoAddress &address) in addressToQuery()
100 QGeoCodeReply *GeoCodingManagerEngineEsri::geocode(const QGeoAddress &address, in geocode()
H A Dgeocodereply_esri.cpp139 QGeoAddress address; in parseAddress()
186 QGeoAddress address; in parseCandidate()
H A Dgeocodingmanagerengine_esri.h60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodingmanagerengineosm.cpp57 static QString addressToQuery(const QGeoAddress &address) in addressToQuery()
102 QGeoCodeReply *QGeoCodingManagerEngineOsm::geocode(const QGeoAddress &address, const QGeoShape &bou… in geocode()
H A Dqgeocodereplyosm.cpp73 static QGeoAddress parseAddressObject(const QJsonObject &object) in parseAddressObject()
75 QGeoAddress address; in parseAddressObject()
H A Dqgeocodingmanagerengineosm.h60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/
H A Dtst_qgeocodereply.cpp225 QGeoAddress *qgeoaddress = new QGeoAddress (); in locations()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeocodingmanagerenginemapbox.h61 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;

123