Home
last modified time | relevance | path

Searched refs:configureRequestedSpy (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dlayershellv1client_test.cpp109 QVERIFY(configureRequestedSpy.isValid()); in testOutput()
110 QVERIFY(configureRequestedSpy.wait()); in testOutput()
175 QVERIFY(configureRequestedSpy.wait()); in testAnchor()
252 QVERIFY(configureRequestedSpy.wait()); in testMargins()
294 QVERIFY(configureRequestedSpy.wait()); in testLayer()
339 QVERIFY(configureRequestedSpy.wait()); in testPlacementArea()
395 QVERIFY(configureRequestedSpy.wait()); in testFill()
476 QVERIFY(configureRequestedSpy.wait()); in testFocus()
518 QVERIFY(configureRequestedSpy.wait()); in testActivate()
553 QVERIFY(configureRequestedSpy.wait()); in testUnmap()
[all …]
H A Dstruts_test.cpp175 QVERIFY(configureRequestedSpy.isValid()); in testWaylandStruts()
177 QVERIFY(configureRequestedSpy.wait()); in testWaylandStruts()
180 shellSurface->xdgSurface()->ack_configure(configureRequestedSpy.last().first().toUInt()); in testWaylandStruts()
237 …QSignalSpy configureRequestedSpy(shellSurface->xdgSurface(), &Test::XdgSurface::configureRequested… in testMoveWaylandPanel() local
238 QVERIFY(configureRequestedSpy.isValid()); in testMoveWaylandPanel()
240 QVERIFY(configureRequestedSpy.wait()); in testMoveWaylandPanel()
243 shellSurface->xdgSurface()->ack_configure(configureRequestedSpy.last().first().toUInt()); in testMoveWaylandPanel()
289 …QSignalSpy configureRequestedSpy(shellSurface->xdgSurface(), &Test::XdgSurface::configureRequested… in testWaylandMobilePanel() local
290 QVERIFY(configureRequestedSpy.isValid()); in testWaylandMobilePanel()
292 QVERIFY(configureRequestedSpy.wait()); in testWaylandMobilePanel()
[all …]
H A Dxdgshellclient_test.cpp223 …QSignalSpy configureRequestedSpy(shellSurface->xdgSurface(), &Test::XdgSurface::configureRequested… in testMapUnmap() local
224 QVERIFY(configureRequestedSpy.isValid()); in testMapUnmap()
230 QVERIFY(configureRequestedSpy.wait()); in testMapUnmap()
231 QCOMPARE(configureRequestedSpy.count(), 1); in testMapUnmap()
242 QVERIFY(configureRequestedSpy.wait()); in testMapUnmap()
243 QCOMPARE(configureRequestedSpy.count(), 2); in testMapUnmap()
254 QVERIFY(configureRequestedSpy.wait()); in testMapUnmap()
255 QCOMPARE(configureRequestedSpy.count(), 3); in testMapUnmap()
266 QVERIFY(configureRequestedSpy.wait()); in testMapUnmap()
267 QCOMPARE(configureRequestedSpy.count(), 4); in testMapUnmap()
H A Dxdgshellclient_rules_test.cpp186 …QSignalSpy configureRequestedSpy(shellSurface->xdgSurface(), &Test::XdgSurface::configureRequested… in createWindow() local
188 configureRequestedSpy.wait(); in createWindow()
191 shellSurface->xdgSurface()->ack_configure(configureRequestedSpy.last().at(0).value<quint32>()); in createWindow()