Home
last modified time | relevance | path

Searched refs:setLongitude (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/
H A Dtst_qgeolocation.cpp101 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 Dqgeocoordinate.h60 Q_PROPERTY(double longitude READ longitude WRITE setLongitude)
100 void setLongitude(double longitude);
H A Dqgeorectangle.cpp358 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 Dqgeocircle.cpp320 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 Dqlocationutils.cpp83 coord.setLongitude(lng); in qlocationutils_readGga()
167 coord.setLongitude(lng); in qlocationutils_readGll()
202 coord.setLongitude(lng); in qlocationutils_readRmc()
H A Dqgeocoordinate.cpp401 void QGeoCoordinate::setLongitude(double longitude) in setLongitude() function in QGeoCoordinate
769 coordinate.setLongitude(value); in operator >>()
H A Dqgeopolygon.cpp540 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translatePoly()
546 … holeVertex.setLongitude(QLocationUtils::wrapLong(holeVertex.longitude() + degreesLongitude)); in translatePoly()
H A Dqgeopath.cpp601 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate()
716 p.setLongitude(QLocationUtils::wrapLong(p.longitude() + degreesLongitude)); in translate()
H A Dqnmeapositioninfosource.cpp95 c.setLongitude(src.coordinate().longitude()); in propagateCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dlocationvaluetypehelper.cpp55 c.setLongitude(value.property(QStringLiteral("longitude")).toNumber()); in parseCoordinate()
82 c.setLongitude(map.value(QStringLiteral("longitude")).toDouble()); in parseCoordinate()
H A Dqquickgeomapgesturearea.cpp1041 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 Dqdeclarativegeoroutemodel_p.h198 Q_PROPERTY(double longitude READ longitude WRITE setLongitude STORED false)
218 void setLongitude(qreal longitude);
H A Dqdeclarativegeoroutemodel.cpp1783 void QDeclarativeGeoWaypoint::setLongitude(qreal longitude) in setLongitude() function in QDeclarativeGeoWaypoint
1788 m_coordinate.setLongitude(longitude); in setLongitude()
H A Dqdeclarativepolylinemapitem.cpp819 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 Dgeocodereply_esri.cpp152 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 Dqgeocodereplyosm.cpp144 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 Dtst_qgeoroute.cpp99 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 Dqmapboxgl.hpp101 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 Dtst_qgeocoordinate.cpp340 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 Dlocationsingleton.cpp53 c.setLongitude(value.property(QStringLiteral("longitude")).toNumber()); in parseCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp131 qgeocoordinate->setLongitude(52.5312); in excludeAreas()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qmlinterface/
H A Dtst_qmlinterface.cpp84 m_coordinate.setLongitude(10.0); in tst_qmlinterface()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv4.cpp76 coord.setLongitude(coord.longitude() + (double)diff/1e6); in parsePolyline()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp426 coord.setLongitude(value.toDouble()); in parseCoordinates()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h291 … coordinate.setLongitude(lo.value(QStringLiteral("longitude")).toDouble()); in QPlaceManagerEngineTest()

12