Home
last modified time | relevance | path

Searched refs:setAcceptedGestures (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h127 …Q_PROPERTY(AcceptedGestures acceptedGestures READ acceptedGestures WRITE setAcceptedGestures NOTIF…
148 void setAcceptedGestures(AcceptedGestures acceptedGestures);
H A Dqquickgeomapgesturearea.cpp530 …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 Dqgeomap_p.h149 virtual void setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt);
H A Dqgeomap.cpp346 void QGeoMap::setAcceptedGestures(bool pan, bool flick, bool pinch, bool rotate, bool tilt) in setAcceptedGestures() function in QGeoMap