Home
last modified time | relevance | path

Searched refs:fitViewportToGeoShape (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.6.329 - [QTBUG-57027] Fixed fitViewportToGeoShape on rectangles crossing the date
H A Dchanges-5.13.035 - Added Map.fitViewportToGeoShape(shape, margins).
H A Dchanges-5.9.232 - Restored usage of setProperty on Map.fitViewportToGeoShape
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap_p.h201 Q_REVISION(13) Q_INVOKABLE void fitViewportToGeoShape(const QGeoShape &shape, QVariant margins);
202 …void fitViewportToGeoShape(const QGeoShape &shape, const QMargins &borders = QMargins(10, 10, 10, …
H A Dqdeclarativegeomap.cpp1342 fitViewportToGeoShape(m_visibleRegion); in setVisibleRegion()
1628 void QDeclarativeGeoMap::fitViewportToGeoShape(const QGeoShape &shape, QVariant margins) in fitViewportToGeoShape() function in QDeclarativeGeoMap
1642 fitViewportToGeoShape(shape, m); in fitViewportToGeoShape()
1645 void QDeclarativeGeoMap::fitViewportToGeoShape(const QGeoShape &shape, const QMargins &borders) in fitViewportToGeoShape() function in QDeclarativeGeoMap
2318 fitViewportToGeoShape(m_visibleRegion); in geometryChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dqtlocation-changes.qdoc48 …\li replaced fitViewportToGeoShape() method with \l[QML]{QtLocation::Map::}{visibleRegion} property
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes605 name: "fitViewportToGeoShape"