| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/ |
| H A D | tst_qgeolocation.cpp | 101 m_coordinate.setLongitude(52.5312); in coordinate() 115 m_coordinate.setLongitude(52.5312); in viewport() 152 m_coordinate.setLongitude(38.43443); in operators()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocoordinate.h | 60 Q_PROPERTY(double longitude READ longitude WRITE setLongitude) 100 void setLongitude(double longitude);
|
| H A D | qgeorectangle.cpp | 358 d->bottomRight.setLongitude(topRight.longitude()); in setTopRight() 383 d->topLeft.setLongitude(bottomLeft.longitude()); in setBottomLeft() 502 d->topLeft.setLongitude(-180.0); in setWidth() 503 d->bottomRight.setLongitude(180.0); in setWidth()
|
| H A D | qgeocircle.cpp | 320 topLeft.setLongitude(QLocationUtils::wrapLong(m_center.longitude() - lon_delta_in_deg)); in updateBoundingBox() 323 bottomRight.setLongitude(QLocationUtils::wrapLong(m_center.longitude() + lon_delta_in_deg)); in updateBoundingBox()
|
| H A D | qlocationutils.cpp | 83 coord.setLongitude(lng); in qlocationutils_readGga() 167 coord.setLongitude(lng); in qlocationutils_readGll() 202 coord.setLongitude(lng); in qlocationutils_readRmc()
|
| H A D | qgeocoordinate.cpp | 401 void QGeoCoordinate::setLongitude(double longitude) in setLongitude() function in QGeoCoordinate 769 coordinate.setLongitude(value); in operator >>()
|
| H A D | qgeopolygon.cpp | 540 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translatePoly() 546 … holeVertex.setLongitude(QLocationUtils::wrapLong(holeVertex.longitude() + degreesLongitude)); in translatePoly()
|
| H A D | qgeopath.cpp | 601 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate() 716 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate()
|
| H A D | qnmeapositioninfosource.cpp | 95 c.setLongitude(src.coordinate().longitude()); in propagateCoordinate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | locationvaluetypehelper.cpp | 55 c.setLongitude(value.property(QStringLiteral("longitude")).toNumber()); in parseCoordinate() 82 c.setLongitude(map.value(QStringLiteral("longitude")).toDouble()); in parseCoordinate()
|
| H A D | qquickgeomapgesturearea.cpp | 1041 m_touchCenterCoord.setLongitude(0); in clearTouchData() 1043 m_startCoord.setLongitude(0); in clearTouchData() 1205 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startOneTouchPoint() 1231 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startTwoTouchPoints() 1701 m_startCoord.setLongitude(newStartCoord.longitude()); in panStateMachine() 1844 animationEndCoordinate.setLongitude(QLocationUtils::wrapLong(longitude)); in startFlick()
|
| H A D | qdeclarativegeoroutemodel_p.h | 198 Q_PROPERTY(double longitude READ longitude WRITE setLongitude STORED false) 218 void setLongitude(qreal longitude);
|
| H A D | qdeclarativegeoroutemodel.cpp | 1783 void QDeclarativeGeoWaypoint::setLongitude(qreal longitude) in setLongitude() function in QDeclarativeGeoWaypoint 1788 m_coordinate.setLongitude(longitude); in setLongitude()
|
| H A D | qdeclarativepolylinemapitem.cpp | 819 topLeft.setLongitude(QLocationUtils::wrapLong(topLeft.longitude() - epsilon)); in updateSourcePoints() 820 bottomRight.setLongitude(QLocationUtils::wrapLong(bottomRight.longitude() + epsilon)); in updateSourcePoints()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | geocodereply_esri.cpp | 152 coordinate.setLongitude(locationObject.value(QStringLiteral("x")).toDouble()); in parseAddress() 169 coordinate.setLongitude(locationObject.value(QStringLiteral("x")).toDouble()); in parseCandidate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodereplyosm.cpp | 144 coordinate.setLongitude(object.value(QStringLiteral("lon")).toString().toDouble()); in networkReplyFinished() 167 coordinate.setLongitude(object.value(QStringLiteral("lon")).toString().toDouble()); in networkReplyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/ |
| H A D | tst_qgeoroute.cpp | 99 qgeocoordinate->setLongitude(52.5312); in bounds() 173 qgeocoordinate->setLongitude(0.4324); in request()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapboxgl.hpp | 101 Q_PROPERTY(double longitude READ longitude WRITE setLongitude) 164 void setLongitude(double longitude);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocoordinate/ |
| H A D | tst_qgeocoordinate.cpp | 340 c.setLongitude(1.0); in type_data() 349 c.setLongitude(-180.1); in type_data() 354 c.setLongitude(-180.0); in type_data() 358 c.setLongitude(180.1); in type_data() 417 c.setLongitude(value); in longitude()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/ |
| H A D | locationsingleton.cpp | 53 c.setLongitude(value.property(QStringLiteral("longitude")).toNumber()); in parseCoordinate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/ |
| H A D | tst_qgeorouterequest.cpp | 131 qgeocoordinate->setLongitude(52.5312); in excludeAreas()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/ |
| H A D | tst_qmlinterface.cpp | 84 m_coordinate.setLongitude(10.0); in tst_qmlinterface()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeorouteparserosrmv4.cpp | 76 coord.setLongitude(coord.longitude() + (double)diff/1e6); in parsePolyline()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeoroutexmlparser.cpp | 426 coord.setLongitude(value.toDouble()); in parseCoordinates()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 291 … coordinate.setLongitude(lo.value(QStringLiteral("longitude")).toDouble()); in QPlaceManagerEngineTest()
|