Searched refs:setAcceptedGestures (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qquickgeomapgesturearea_p.h | 127 …Q_PROPERTY(AcceptedGestures acceptedGestures READ acceptedGestures WRITE setAcceptedGestures NOTIF… 148 void setAcceptedGestures(AcceptedGestures acceptedGestures);
|
| H A D | qquickgeomapgesturearea.cpp | 530 …m_map->setAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEn… in setMap() 600 void QQuickGeoMapGestureArea::setAcceptedGestures(AcceptedGestures acceptedGestures) in setAcceptedGestures() function in QQuickGeoMapGestureArea 615 …m_map->setAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEn… in setAcceptedGestures() 683 …m_map->setAcceptedGestures(panEnabled(), flickEnabled(), pinchEnabled(), rotationEnabled(), tiltEn… in setEnabled()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomap_p.h | 149 virtual void setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt);
|
| H A D | qgeomap.cpp | 346 void QGeoMap::setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt) in setAcceptedGestures() function in QGeoMap
|