Home
last modified time | relevance | path

Searched defs:mouseMove (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/dports/graphics/ipe/ipe-7.2.23/src/ipe/lua/
H A Dtools.lua240 function LINESTOOL:mouseMove() function
397 function BOXTOOL:mouseMove() function
472 function SPLINEGONTOOL:mouseMove() function
556 function CIRCLETOOL:mouseMove() function
645 function ARCTOOL:mouseMove() function
840 function INKTOOL:mouseMove() function
1015 function PARAGRAPHTOOL:mouseMove() function
1122 function GRAPHTOOL:mouseMove() function
1233 function CHANGEWIDTHTOOL:mouseMove() function
1690 function PASTETOOL:mouseMove() function
[all …]
/dports/science/scidavis/scidavis-2.4.0/test/
H A DarrowMarker.cpp48 QMouseEvent mouseMove(QEvent::MouseMove, { oldr + 10, oldt + 10 }, Qt::NoButton, in TEST_F() local
66 QMouseEvent mouseMove(QEvent::MouseMove, { oldl - 10, oldb - 10 }, Qt::NoButton, in TEST_F() local
84 QMouseEvent mouseMove(QEvent::MouseMove, { midx - 10, midy - 10 }, Qt::NoButton, in TEST_F() local
/dports/graphics/qgis/qgis-3.22.3/tests/src/app/
H A Dtestqgsmaptoolutils.h68 void mouseMove( double mapX, double mapY ) in mouseMove() function
169 void mouseMove( double mapX, double mapY ) in mouseMove() function
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/app/
H A Dtestqgsmaptoolutils.h68 void mouseMove( double mapX, double mapY ) in mouseMove() function
154 void mouseMove( double mapX, double mapY ) in mouseMove() function
/dports/games/glest/glest_source_3.2.2/source/glest_game/facilities/
H A Dcomponents.cpp49 bool GraphicComponent::mouseMove(int x, int y){ in mouseMove() function in Glest::Game::GraphicComponent
96 bool GraphicButton::mouseMove(int x, int y){ in mouseMove() function in Glest::Game::GraphicButton
149 bool GraphicListBox::mouseMove(int x, int y){ in mouseMove() function in Glest::Game::GraphicListBox
212 bool GraphicMessageBox::mouseMove(int x, int y){ in mouseMove() function in Glest::Game::GraphicMessageBox
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/events/
H A DMouseMoveListener.java42 void mouseMove(MouseEvent e); in mouseMove() method
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/events/
H A DMouseMoveListener.java42 void mouseMove(MouseEvent e); in mouseMove() method
/dports/math/asymptote/asymptote-2.67/GUI/
H A DInplaceAddObj.py30 def mouseMove(self, pos, event: Qg.QMouseEvent): member in InplaceObjProcess
69 def mouseMove(self, pos, event): member in AddCircle
119 def mouseMove(self, pos, event): member in AddLabel
197 def mouseMove(self, pos, event): member in AddBezierShape
304 def mouseMove(self, pos, event): member in AddPoly
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/45_InverseKinematics/
H A DInverseKinematics.cpp207 IntVector2 mouseMove = input->GetMouseMove(); in UpdateCameraAndFloor() local
216 Vector2 mouseMove = Matrix2( in UpdateCameraAndFloor() local
/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/actions/
H A DAbstractNoteMusicAction.cpp132 void AbstractNoteMusicAction::mouseMove(Staff* staff, int barIdx, const QPointF& pos) in mouseMove() function in AbstractNoteMusicAction
205 void AbstractNoteMusicAction::mouseMove(Chord*, Note*, qreal, const QPointF&) in mouseMove() function in AbstractNoteMusicAction
210 void AbstractNoteMusicAction::mouseMove(StaffElement*, qreal, const QPointF&) in mouseMove() function in AbstractNoteMusicAction
H A DSelectionAction.cpp88 void SelectionAction::mouseMove(Staff* staff, int barIdx, const QPointF& pos) in mouseMove() function in SelectionAction
/dports/graphics/ipe/ipe-7.2.23/src/ipecanvas/
H A Dipetool.cpp78 void PanTool::mouseMove() in mouseMove() function in PanTool
256 void SelectTool::mouseMove() in mouseMove() function in SelectTool
446 void TransformTool::mouseMove() in mouseMove() function in TransformTool
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/mouse/line/
H A DCLineOpDeletePoint.cpp37 void CLineOpDeletePoint::mouseMove(const QPoint& pos) in mouseMove() function in CLineOpDeletePoint
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/outline/
H A DQuickOutlineMouseMoveListener.java42 public void mouseMove(MouseEvent e) { in mouseMove() method in QuickOutlineMouseMoveListener
/dports/graphics/ipe/ipe-7.2.23/src/ipelets/lua/
H A Dsymbols.lua74 function PASTETOOL:mouseMove(button, modifiers) function
/dports/graphics/ipe/ipe-7.2.23/src/ipelib/
H A Dipetoolbase.cpp68 void Tool::mouseMove() in mouseMove() function in Tool
/dports/games/scorched3d/scorched/src/client/graph/
H A DMouse.cpp123 void Mouse::mouseMove(SDL_Event &event) in mouseMove() function in Mouse
/dports/lang/python27/Python-2.7.18/Demo/tkinter/matt/
H A Dcanvas-mult-item-sel.py33 def mouseMove(self, event): member in Test
H A Dprinting-coords-of-items.py26 def mouseMove(self, event): member in Test
H A Dcanvas-moving-w-mouse.py14 def mouseMove(self, event): member in Test
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/matt/
H A Dcanvas-mult-item-sel.py33 def mouseMove(self, event): member in Test
H A Dcanvas-moving-w-mouse.py14 def mouseMove(self, event): member in Test
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DHitTestRequest.h47 bool mouseMove() const { return m_requestType & MouseMove; } in mouseMove() function
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/mouse/
H A DIScrOpt.cpp66 void IScrOpt::mouseMove(const QPoint& pos) in mouseMove() function in IScrOpt
/dports/astro/marble/marble-21.12.3/tests/
H A DMarbleWidgetTest.cpp47 void MarbleWidgetTest::mouseMove() in mouseMove() function in Marble::MarbleWidgetTest

12345678910>>...24