Home
last modified time | relevance | path

Searched refs:selectionClearedSpy (Results 1 – 8 of 8) sorted by relevance

/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/autotests/client/
H A Dtest_datadevice.cpp392 …QSignalSpy selectionClearedSpy(deviceInterface, &KWaylandServer::DataDeviceInterface::selectionCle… in testSetSelection() local
393 QVERIFY(selectionClearedSpy.isValid()); in testSetSelection()
399 QCOMPARE(selectionClearedSpy.count(), 0); in testSetSelection()
427 QVERIFY(selectionClearedSpy.wait()); in testSetSelection()
429 QCOMPARE(selectionClearedSpy.count(), 1); in testSetSelection()
H A Dtest_wayland_seat.cpp1653 QSignalSpy selectionClearedSpy(dd1.data(), &KWayland::Client::DataDevice::selectionCleared); in testSelection() local
1654 QVERIFY(selectionClearedSpy.isValid()); in testSelection()
1665 QVERIFY(selectionClearedSpy.wait()); in testSelection()
1667 QVERIFY(!selectionClearedSpy.isEmpty()); in testSelection()
1668 selectionClearedSpy.clear(); in testSelection()
1686 QVERIFY(selectionClearedSpy.wait()); in testSelection()
1687 QCOMPARE(selectionClearedSpy.count(), 1); in testSelection()
1720 QVERIFY(selectionClearedSpy.wait()); in testSelection()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dprimary_selection.cpp234 QSignalSpy selectionClearedSpy(serverDevice, SIGNAL(selectionCleared())); in testSetSelection() local
235 QVERIFY(selectionClearedSpy.isValid()); in testSetSelection()
241 QCOMPARE(selectionClearedSpy.count(), 0); in testSetSelection()
273 QVERIFY(selectionClearedSpy.wait()); in testSetSelection()
275 QCOMPARE(selectionClearedSpy.count(), 1); in testSetSelection()
H A Ddata_device.cpp421 QSignalSpy selectionClearedSpy(server_device, SIGNAL(selectionCleared())); in test_set_selection() local
422 QVERIFY(selectionClearedSpy.isValid()); in test_set_selection()
428 QCOMPARE(selectionClearedSpy.count(), 0); in test_set_selection()
458 QVERIFY(selectionClearedSpy.wait()); in test_set_selection()
460 QCOMPARE(selectionClearedSpy.count(), 1); in test_set_selection()
H A Dseat.cpp1766 QSignalSpy selectionClearedSpy(dd1.data(), &Clt::DataDevice::selectionCleared); in testSelection() local
1767 QVERIFY(selectionClearedSpy.isValid()); in testSelection()
1784 QVERIFY(selectionClearedSpy.wait()); in testSelection()
1786 QVERIFY(!selectionClearedSpy.isEmpty()); in testSelection()
1788 selectionClearedSpy.clear(); in testSelection()
1809 QVERIFY(selectionClearedSpy.wait()); in testSelection()
1810 QCOMPARE(selectionClearedSpy.count(), 1); in testSelection()
1850 QVERIFY(selectionClearedSpy.wait()); in testSelection()
/dports/x11/kf5-kwayland/kwayland-5.89.0/autotests/client/
H A Dtest_datadevice.cpp396 QSignalSpy selectionClearedSpy(deviceInterface, &DataDeviceInterface::selectionCleared); in testSetSelection() local
397 QVERIFY(selectionClearedSpy.isValid()); in testSetSelection()
403 QCOMPARE(selectionClearedSpy.count(), 0); in testSetSelection()
431 QVERIFY(selectionClearedSpy.wait()); in testSetSelection()
433 QCOMPARE(selectionClearedSpy.count(), 1); in testSetSelection()
H A Dtest_wayland_seat.cpp1848 QSignalSpy selectionClearedSpy(dd1.data(), &DataDevice::selectionCleared); in testSelection() local
1849 QVERIFY(selectionClearedSpy.isValid()); in testSelection()
1861 QVERIFY(selectionClearedSpy.wait()); in testSelection()
1863 QVERIFY(!selectionClearedSpy.isEmpty()); in testSelection()
1864 selectionClearedSpy.clear(); in testSelection()
1882 QVERIFY(selectionClearedSpy.wait()); in testSelection()
1883 QCOMPARE(selectionClearedSpy.count(), 1); in testSelection()
1917 QVERIFY(selectionClearedSpy.wait()); in testSelection()
/dports/graphics/qgis/qgis-3.22.3/tests/src/app/
H A Dtestqgsmaptooleditannotation.cpp146 QSignalSpy selectionClearedSpy( &tool, &QgsMapToolModifyAnnotation::selectionCleared ); in testSelectItem() local
150 QCOMPARE( selectionClearedSpy.count(), 1 ); in testSelectItem()