Home
last modified time | relevance | path

Searched refs:dragEnded (Results 1 – 25 of 54) sorted by relevance

123

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Ddragging.h147 virtual void dragEnded (IDraggingSession* session, CPoint pos, DragOperation result) = 0;
160 void dragEnded (IDraggingSession* session, CPoint pos, DragOperation result) override {} in dragEnded() function
186 void dragEnded (IDraggingSession* session, CPoint pos, DragOperation result) override in dragEnded() function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Ddragging.h147 virtual void dragEnded (IDraggingSession* session, CPoint pos, DragOperation result) = 0;
160 void dragEnded (IDraggingSession* session, CPoint pos, DragOperation result) override {} in dragEnded() function
186 void dragEnded (IDraggingSession* session, CPoint pos, DragOperation result) override in dragEnded() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/qt/
H A DDragControllerQt.cpp69 dragEnded(); in cleanupAfterSystemDrag()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/cocoa/
H A Dnsviewdraggingsession.h37 void dragEnded (CPoint pos, DragOperation result);
H A Dnsviewdraggingsession.mm252 void NSViewDraggingSession::dragEnded (CPoint pos, DragOperation result)
256 callback->dragEnded (this, pos, result);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/cocoa/
H A Dnsviewdraggingsession.h37 void dragEnded (CPoint pos, DragOperation result);
H A Dnsviewdraggingsession.mm252 void NSViewDraggingSession::dragEnded (CPoint pos, DragOperation result)
256 callback->dragEnded (this, pos, result);
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dinstanceselectionmode.hpp34 void dragEnded(const osg::Vec3d& dragEndPoint, DragMode dragMode);
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dseat.h111 void dragEnded();
H A Ddrag_pool.cpp63 Q_EMIT seat->dragEnded(); in end()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DDragController.h79 void dragEnded();
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/xwl/
H A Ddnd.cpp79 … connect(waylandServer()->seat(), &KWaylandServer::SeatInterface::dragEnded, this, &Dnd::endDrag); in Dnd()
/dports/x11/xscreensaver/xscreensaver-5.44/android/xscreensaver/src/org/jwz/xscreensaver/
H A DDaydream.java125 jwxyz_obj.dragEnded (event); in onTouchEvent()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/
H A Dwin32dragging.cpp169 callback->dragEnded (this, location, DragOperation::Move); in doDrag()
171 callback->dragEnded (this, location, DragOperation::Copy); in doDrag()
175 callback->dragEnded (this, location, DragOperation::None); in doDrag()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/
H A Dwin32dragging.cpp169 callback->dragEnded (this, location, DragOperation::Move); in doDrag()
171 callback->dragEnded (this, location, DragOperation::Copy); in doDrag()
175 callback->dragEnded (this, location, DragOperation::None); in doDrag()
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_drag_drop.cpp279 QSignalSpy serverDragEndedSpy(m_seatInterface, &SeatInterface::dragEnded); in testPointerDragAndDrop()
378 QSignalSpy serverDragEndedSpy(m_seatInterface, &SeatInterface::dragEnded); in testTouchDragAndDrop()
473 QSignalSpy serverDragEndedSpy(m_seatInterface, &SeatInterface::dragEnded); in testDragAndDropWithCancelByDestroyDataSource()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_drag_drop.cpp267 QSignalSpy serverDragEndedSpy(m_seatInterface, &SeatInterface::dragEnded); in testPointerDragAndDrop()
369 QSignalSpy serverDragEndedSpy(m_seatInterface, &SeatInterface::dragEnded); in testTouchDragAndDrop()
467 QSignalSpy serverDragEndedSpy(m_seatInterface, &SeatInterface::dragEnded); in testDragAndDropWithCancelByDestroyDataSource()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dseat_interface.h666 void dragEnded();
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/splits/
H A DSplitContainer.hpp134 pajlada::Signals::NoArgSignal dragEnded; member in chatterino::SplitContainer::DropOverlay
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dseat_interface.h753 void dragEnded();
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickpathview_p.h222 void dragEnded();
H A Dqquickflickable_p.h265 void dragEnded();
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickpathview_p.h222 void dragEnded();
H A Dqquickflickable_p.h265 void dragEnded();
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Ddrag_and_drop.cpp326 QSignalSpy server_drag_ended_spy(m_server_seat, &Wrapland::Server::Seat::dragEnded); in test_pointer()
440 QSignalSpy server_drag_ended_spy(m_server_seat, &Wrapland::Server::Seat::dragEnded); in test_touch()
553 QSignalSpy server_drag_ended_spy(m_server_seat, &Wrapland::Server::Seat::dragEnded); in test_cancel_by_destroyed_data_source()

123