Home
last modified time | relevance | path

Searched refs:EffectsHandlerImpl (Results 1 – 25 of 39) sorted by relevance

12

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Deffects.cpp110 EffectsHandlerImpl::EffectsHandlerImpl(Compositor *compositor, Scene *scene) in EffectsHandlerImpl() function in KWin::EffectsHandlerImpl
264 EffectsHandlerImpl::~EffectsHandlerImpl() in ~EffectsHandlerImpl()
371 void EffectsHandlerImpl::reconfigure() in reconfigure()
491 void EffectsHandlerImpl::startPaint() in startPaint()
644 bool EffectsHandlerImpl::doGrabKeyboard() in doGrabKeyboard()
649 void EffectsHandlerImpl::ungrabKeyboard() in ungrabKeyboard()
1128 void EffectsHandlerImpl::refTabBox() in refTabBox()
1135 void EffectsHandlerImpl::unrefTabBox() in unrefTabBox()
1142 void EffectsHandlerImpl::closeTabBox() in closeTabBox()
1602 void EffectsHandlerImpl::hideCursor() in hideCursor()
[all …]
H A Dwindow_property_notify_x11_filter.h16 class EffectsHandlerImpl; variable
21 explicit WindowPropertyNotifyX11Filter(EffectsHandlerImpl *effects);
26 EffectsHandlerImpl *m_effects;
H A Deffects.h50 class KWIN_EXPORT EffectsHandlerImpl : public EffectsHandler
58 EffectsHandlerImpl(Compositor *compositor, Scene *scene);
59 ~EffectsHandlerImpl() override;
614 QList<EffectWindow*> EffectsHandlerImpl::elevatedWindows() const in elevatedWindows()
622 xcb_window_t EffectsHandlerImpl::x11RootWindow() const in x11RootWindow()
628 xcb_connection_t *EffectsHandlerImpl::xcbConnection() const in xcbConnection()
H A Dwindow_property_notify_x11_filter.cpp18 WindowPropertyNotifyX11Filter::WindowPropertyNotifyX11Filter(EffectsHandlerImpl *effects) in WindowPropertyNotifyX11Filter()
H A Dscene.cpp186 static_cast<EffectsHandlerImpl*>(effects)->startPaint(); in paintScreen()
522 static_cast<EffectsHandlerImpl*>(effects)->paintDesktop(desktop, mask, region, data); in paintDesktop()
705 if (static_cast<EffectsHandlerImpl*>(effects)->isDesktopRendering()) { in resetPaintingEnabled()
706 … if (!toplevel->isOnDesktop(static_cast<EffectsHandlerImpl*>(effects)->currentRenderedDesktop())) { in resetPaintingEnabled()
H A Dplatform.cpp601 …if (Effect *inverter = static_cast<EffectsHandlerImpl*>(effects)->provides(Effect::ScreenInversion… in invertScreen()
610 new EffectsHandlerImpl(compositor, scene); in createEffectsHandler()
H A Dunmanaged.cpp128 static_cast<EffectsHandlerImpl*>(effects)->checkInputWindowStacking(); in track()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/platforms/x11/standalone/
H A Deffects_mouse_interception_x11_filter.h16 class EffectsHandlerImpl; variable
21 explicit EffectsMouseInterceptionX11Filter(xcb_window_t window, EffectsHandlerImpl *effects);
26 EffectsHandlerImpl *m_effects;
H A Deffects_x11.cpp24 : EffectsHandlerImpl(compositor, scene) in EffectsHandlerImplX11()
26 connect(this, &EffectsHandlerImpl::virtualScreenGeometryChanged, this, [this]() { in EffectsHandlerImplX11()
H A Deffects_x11.h22 class EffectsHandlerImplX11 : public EffectsHandlerImpl
H A Deffects_mouse_interception_x11_filter.cpp18 …ptionX11Filter::EffectsMouseInterceptionX11Filter(xcb_window_t window, EffectsHandlerImpl *effects) in EffectsMouseInterceptionX11Filter()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/effects/
H A Dslidingpopups_test.cpp95 EffectsHandlerImpl *e = static_cast<EffectsHandlerImpl*>(effects); in cleanup()
136 EffectsHandlerImpl *e = static_cast<EffectsHandlerImpl*>(effects); in testWithOtherEffect()
274 EffectsHandlerImpl *e = static_cast<EffectsHandlerImpl*>(effects); in testWithOtherEffectWayland()
H A Dwindowgeometry_test.cpp81 EffectsHandlerImpl *e = static_cast<EffectsHandlerImpl*>(effects); in testStartup()
H A Dwobbly_shade_test.cpp85 auto effectsImpl = static_cast<EffectsHandlerImpl *>(effects); in cleanup()
101 EffectsHandlerImpl *e = static_cast<EffectsHandlerImpl*>(effects); in testShadeMove()
H A Dtranslucency_test.cpp76 EffectsHandlerImpl *e = static_cast<EffectsHandlerImpl*>(effects); in init()
94 EffectsHandlerImpl *e = static_cast<EffectsHandlerImpl*>(effects); in cleanup()
H A Dpopup_open_close_animation_test.cpp84 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in cleanup()
98 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testAnimatePopups()
160 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testAnimateUserActionsPopup()
212 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testAnimateDecorationTooltips()
H A Dtoplevel_open_close_animation_test.cpp85 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in cleanup()
108 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testAnimateToplevels()
161 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testDontAnimatePopups()
H A Ddesktop_switching_animation_test.cpp82 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in cleanup()
124 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testSwitchDesktops()
H A Dminimize_animation_test.cpp86 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in cleanup()
151 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testMinimizeUnminimize()
H A Dmaximize_animation_test.cpp75 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in cleanup()
126 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testMaximizeRestore()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddont_crash_reinitialize_compositor.cpp91 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in cleanup()
115 auto effectsImpl = qobject_cast<EffectsHandlerImpl *>(effects); in testReinitializeCompositor()
H A Ddont_crash_cancel_animation.cpp82 QVERIFY(static_cast<EffectsHandlerImpl*>(effects)->isEffectLoaded(QStringLiteral("crashy"))); in testScript()
H A Dkwin_wayland_test.cpp81 static_cast<EffectsHandlerImpl*>(effects)->unloadAllEffects(); in ~WaylandTestApplication()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/windowsystem/
H A Dwindoweffects.cpp46 auto e = static_cast<EffectsHandlerImpl*>(effects); in isEffectAvailable()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/tabbox/
H A Dx11_filter.cpp42 if (effects && static_cast<EffectsHandlerImpl*>(effects)->isMouseInterception()) { in event()

12