Home
last modified time | relevance | path

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

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/effects/
H A Dtoplevel_open_close_animation_test.cpp191 …QScopedPointer<Test::XdgPopup> popupShellSurface(Test::createXdgPopupSurface(popupSurface.data(), … in testDontAnimatePopups() local
192 QVERIFY(!popupShellSurface.isNull()); in testDontAnimatePopups()
202 popupShellSurface.reset(); in testDontAnimatePopups()
H A Dpopup_open_close_animation_test.cpp127 …QScopedPointer<Test::XdgPopup> popupShellSurface(Test::createXdgPopupSurface(popupSurface.data(), … in testAnimatePopups() local
128 QVERIFY(!popupShellSurface.isNull()); in testAnimatePopups()
141 popupShellSurface.reset(); in testAnimatePopups()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dplasmawindow_test.cpp246 …QScopedPointer<Test::XdgPopup> popupShellSurface(Test::createXdgPopupSurface(popupSurface.data(), … in testPopupWindowNoPlasmaWindow() local
253 popupShellSurface.reset(); in testPopupWindowNoPlasmaWindow()
H A Dpointer_input.cpp1207 …Test::XdgPopup *popupShellSurface = Test::createXdgPopupSurface(popupSurface, shellSurface->xdgSur… in testPopup() local
1208 QVERIFY(popupShellSurface); in testPopup()
1209 QSignalSpy doneReceivedSpy(popupShellSurface, &Test::XdgPopup::doneReceived); in testPopup()
1211 popupShellSurface->grab(*Test::waylandSeat(), 0); // FIXME: Serial. in testPopup()
1300 …Test::XdgPopup *popupShellSurface = Test::createXdgPopupSurface(popupSurface, shellSurface->xdgSur… in testDecoCancelsPopup() local
1301 QVERIFY(popupShellSurface); in testDecoCancelsPopup()
1302 QSignalSpy doneReceivedSpy(popupShellSurface, &Test::XdgPopup::doneReceived); in testDecoCancelsPopup()
1304 popupShellSurface->grab(*Test::waylandSeat(), 0); // FIXME: Serial. in testDecoCancelsPopup()
1367 …Test::XdgPopup *popupShellSurface = Test::createXdgPopupSurface(popupSurface, shellSurface->xdgSur… in testWindowUnderCursorWhileButtonPressed() local
1368 QVERIFY(popupShellSurface); in testWindowUnderCursorWhileButtonPressed()