Home
last modified time | relevance | path

Searched refs:startMoveResizedSpy (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddecoration_input_test.cpp381 QSignalSpy startMoveResizedSpy(c, &AbstractClient::clientStartUserMovedResized); in testPressToMove() local
382 QVERIFY(startMoveResizedSpy.isValid()); in testPressToMove()
396 QCOMPARE(startMoveResizedSpy.count(), 1); in testPressToMove()
410 QCOMPARE(startMoveResizedSpy.count(), 2); in testPressToMove()
440 QSignalSpy startMoveResizedSpy(c, &AbstractClient::clientStartUserMovedResized); in testTapToMove() local
441 QVERIFY(startMoveResizedSpy.isValid()); in testTapToMove()
455 QCOMPARE(startMoveResizedSpy.count(), 1); in testTapToMove()
470 QCOMPARE(startMoveResizedSpy.count(), 2); in testTapToMove()
508 QSignalSpy startMoveResizedSpy(c, &AbstractClient::clientStartUserMovedResized); in testResizeOutsideWindow() local
509 QVERIFY(startMoveResizedSpy.isValid()); in testResizeOutsideWindow()
[all …]
H A Dmove_resize_window_test.cpp125 QSignalSpy startMoveResizedSpy(c, &AbstractClient::clientStartUserMovedResized); in testMove() local
126 QVERIFY(startMoveResizedSpy.isValid()); in testMove()
147 QCOMPARE(startMoveResizedSpy.count(), 1); in testMove()
232 QSignalSpy startMoveResizedSpy(c, &AbstractClient::clientStartUserMovedResized); in testResize() local
233 QVERIFY(startMoveResizedSpy.isValid()); in testResize()
247 QCOMPARE(startMoveResizedSpy.count(), 1); in testResize()