| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeoaddress.h | 51 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 D | qgeoaddress.cpp | 103 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 D | qgeolocation.h | 49 class QGeoAddress; variable 69 QGeoAddress address() const; 70 void setAddress(const QGeoAddress &address);
|
| H A D | qgeolocation.cpp | 147 QGeoAddress QGeoLocation::address() const in address() 155 void QGeoLocation::setAddress(const QGeoAddress &address) in setAddress()
|
| H A D | qgeolocation_p.h | 74 QGeoAddress address;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoaddress/ |
| H A D | tst_qgeoaddress.cpp | 74 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 D | qdeclarativegeoaddress_p.h | 64 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 D | qdeclarativegeoaddress.cpp | 92 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 D | tst_qgeolocation.cpp | 139 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 D | tst_qgeolocation.h | 75 QGeoAddress m_address;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/ |
| H A D | tst_qmlinterface.cpp | 68 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 D | qgeocodingmanagerengine.h | 46 class QGeoAddress; variable 60 virtual QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds);
|
| H A D | qgeocodingmanager.h | 63 QGeoCodeReply *geocode(const QGeoAddress &address,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/snippets/cpp/ |
| H A D | cppqml.cpp | 62 QGeoAddress geoAddress = qmlObject->property("address").value<QGeoAddress>(); in cppQmlInterface()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/ |
| H A D | cpp-qml-positioning.qdoc | 75 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 D | qgeocodingmanagerengine_test.h | 150 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 D | tst_qgeocodingmanager.cpp | 148 QGeoAddress *address = new QGeoAddress (); in geocode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodingmanagerengine_esri.cpp | 65 static QString addressToQuery(const QGeoAddress &address) in addressToQuery() 100 QGeoCodeReply *GeoCodingManagerEngineEsri::geocode(const QGeoAddress &address, in geocode()
|
| H A D | geocodereply_esri.cpp | 139 QGeoAddress address; in parseAddress() 186 QGeoAddress address; in parseCandidate()
|
| H A D | geocodingmanagerengine_esri.h | 60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodingmanagerengineosm.cpp | 57 static QString addressToQuery(const QGeoAddress &address) in addressToQuery() 102 QGeoCodeReply *QGeoCodingManagerEngineOsm::geocode(const QGeoAddress &address, const QGeoShape &bou… in geocode()
|
| H A D | qgeocodereplyosm.cpp | 73 static QGeoAddress parseAddressObject(const QJsonObject &object) in parseAddressObject() 75 QGeoAddress address; in parseAddressObject()
|
| H A D | qgeocodingmanagerengineosm.h | 60 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/ |
| H A D | tst_qgeocodereply.cpp | 225 QGeoAddress *qgeoaddress = new QGeoAddress (); in locations()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeocodingmanagerenginemapbox.h | 61 QGeoCodeReply *geocode(const QGeoAddress &address, const QGeoShape &bounds) override;
|