Searched refs:tiltEnabled (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qquickgeomapgesturearea.cpp | 530 …etAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEnabled()); in setMap() 615 …etAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEnabled()); in setAcceptedGestures() 683 …etAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEnabled()); in setEnabled() 723 bool QQuickGeoMapGestureArea::tiltEnabled() const in tiltEnabled() function in QQuickGeoMapGestureArea 1013 } else if (event->modifiers() & Qt::ControlModifier && tiltEnabled()) { in handleWheelEvent()
|
| H A D | qquickgeomapgesturearea_p.h | 253 bool tiltEnabled() const;
|