Home
last modified time | relevance | path

Searched refs:QQuickGeoMapGestureArea (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp501 QQuickGeoMapGestureArea::QQuickGeoMapGestureArea(QDeclarativeGeoMap *map) in QQuickGeoMapGestureArea() function in QQuickGeoMapGestureArea
519 void QQuickGeoMapGestureArea::setMap(QGeoMap *map) in setMap()
529 …connect(m_flick.m_animation, &QQuickAbstractAnimation::stopped, this, &QQuickGeoMapGestureArea::ha… in setMap()
550 bool QQuickGeoMapGestureArea::preventStealing() const in preventStealing()
555 void QQuickGeoMapGestureArea::setPreventStealing(bool prevent) in setPreventStealing()
565 QQuickGeoMapGestureArea::~QQuickGeoMapGestureArea() in ~QQuickGeoMapGestureArea()
594 QQuickGeoMapGestureArea::AcceptedGestures QQuickGeoMapGestureArea::acceptedGestures() const in acceptedGestures()
600 void QQuickGeoMapGestureArea::setAcceptedGestures(AcceptedGestures acceptedGestures) in setAcceptedGestures()
623 bool QQuickGeoMapGestureArea::isPinchActive() const in isPinchActive()
631 bool QQuickGeoMapGestureArea::isRotationActive() const in isRotationActive()
[all …]
H A Dqquickgeomapgesturearea_p.h116 class Q_LOCATION_PRIVATE_EXPORT QQuickGeoMapGestureArea: public QQuickItem
133 QQuickGeoMapGestureArea(QDeclarativeGeoMap *map);
134 ~QQuickGeoMapGestureArea();
397 QML_DECLARE_TYPE(QQuickGeoMapGestureArea)
H A Dqdeclarativegeomap_p.h77 Q_PROPERTY(QQuickGeoMapGestureArea *gesture READ gesture CONSTANT)
194 QQuickGeoMapGestureArea *gesture();
297 QQuickGeoMapGestureArea *m_gestureArea;
337 friend class QQuickGeoMapGestureArea; variable
H A Dqdeclarativegeomap.cpp182 m_gestureArea(new QQuickGeoMapGestureArea(this)), in QDeclarativeGeoMap()
445 QQuickGeoMapGestureArea *QDeclarativeGeoMap::gesture() in gesture()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dlocation.cpp119 qmlRegisterUncreatableType<QQuickGeoMapGestureArea>(uri, major, minor, "MapGestureArea", in registerTypes()
160 … qmlRegisterUncreatableType<QQuickGeoMapGestureArea, 1>(uri, major, minor, "MapGestureArea", in registerTypes()
H A Dplugins.qmltypes434 … Property { name: "gesture"; type: "QQuickGeoMapGestureArea"; isReadonly: true; isPointer: true }
1763 name: "QQuickGeoMapGestureArea"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.9.060 - QQuickGeoMapGestureArea now correctly works with tilted/rotated maps.
61 - Added two new gestures to QQuickGeoMapGestureArea, two fingers rotation and two fingers tilting.
98 - Improved flicking behavior of QQuickGeoMapGestureArea.
H A Dchanges-5.11.084 * [QTBUG-67580] Fixed crash in QQuickGeoMapGestureArea.