Home
last modified time | relevance | path

Searched refs:tapAndHold (Results 1 – 13 of 13) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/
H A DPlayerButton.h35 void tapAndHold();
H A DPlayerButton.cpp41 emit tapAndHold(); in event()
H A DOverlayWidget.cpp62 connect(m_soundButton, SIGNAL(tapAndHold()), m_volumeSlider, SLOT(show())); in OverlayWidget()
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dskymapevents.cpp434 …if (QTapAndHoldGesture *tapAndHold = static_cast<QTapAndHoldGesture*>(gestureEvent->gesture(Qt::Ta… in event() local
437 if (tapAndHold->state() == Qt::GestureFinished) in event()
441 clickedObject()->showPopupMenu(pmenu, tapAndHold->position().toPoint()); in event()
446 pmenu->popup(tapAndHold->position().toPoint()); in event()
/dports/math/vtk9/VTK-9.1.0/GUISupport/Qt/
H A DQVTKInteractorAdapter.cxx538 if (QTapAndHoldGesture* tapAndHold = in ProcessEvent() local
543 QPointF position = tapAndHold->position().toPoint(); in ProcessEvent()
547 position = widget->mapFromGlobal(tapAndHold->position().toPoint()); in ProcessEvent()
560 if (tapAndHold->state() == Qt::GestureStarted) in ProcessEvent()
/dports/graphics/qgis/qgis-3.22.3/src/app/gps/
H A Dqgsgpsinformationwidget.h74 void tapAndHold( const QgsPointXY &mapPoint, QTapAndHoldGesture *gesture );
H A Dqgsgpsinformationwidget.cpp101 …mMapCanvas, &QgsMapCanvas::tapAndHoldGestureOccurred, this, &QgsGpsInformationWidget::tapAndHold ); in QgsGpsInformationWidget()
1711 void QgsGpsInformationWidget::tapAndHold( const QgsPointXY &mapPoint, QTapAndHoldGesture * ) in tapAndHold() function in QgsGpsInformationWidget
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/gps/
H A Dqgsgpsinformationwidget.h71 void tapAndHold( const QgsPointXY &mapPoint, QTapAndHoldGesture *gesture );
H A Dqgsgpsinformationwidget.cpp100 …mMapCanvas, &QgsMapCanvas::tapAndHoldGestureOccurred, this, &QgsGpsInformationWidget::tapAndHold ); in QgsGpsInformationWidget()
1702 void QgsGpsInformationWidget::tapAndHold( const QgsPointXY &mapPoint, QTapAndHoldGesture * ) in tapAndHold() function in QgsGpsInformationWidget
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qml-type-descriptions/
H A Dqt-labs-gestures.qmltypes16 Signal { name: "tapAndHold" }
/dports/math/vtk8/VTK-8.2.0/GUISupport/Qt/
H A DQVTKInteractorAdapter.cxx442 …else if (QTapAndHoldGesture *tapAndHold= static_cast<QTapAndHoldGesture*>(e2->gesture(Qt::TapAndHo… in ProcessEvent() local
444 QPointF position = tapAndHold->position(); in ProcessEvent()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgisapp.cpp16437 if ( QGesture *tapAndHold = event->gesture( Qt::TapAndHoldGesture ) ) in gestureEvent() local
16439 tapAndHoldTriggered( static_cast<QTapAndHoldGesture *>( tapAndHold ) ); in gestureEvent()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgisapp.cpp17230 if ( QGesture *tapAndHold = event->gesture( Qt::TapAndHoldGesture ) ) in gestureEvent() local
17232 tapAndHoldTriggered( static_cast<QTapAndHoldGesture *>( tapAndHold ) ); in gestureEvent()