Home
last modified time | relevance | path

Searched refs:announceSupportProperty (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/kscreen/
H A Dkscreen.cpp45 , m_atom(effects->announceSupportProperty("_KDE_KWIN_KSCREEN_SUPPORT", this)) in KscreenEffect()
51 … m_atom = effects->announceSupportProperty(QByteArrayLiteral("_KDE_KWIN_KSCREEN_SUPPORT"), this); in KscreenEffect()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/highlightwindow/
H A Dhighlightwindow.cpp24 m_atom = effects->announceSupportProperty("_KDE_WINDOW_HIGHLIGHT", this); in HighlightWindowEffect()
35 m_atom = effects->announceSupportProperty("_KDE_WINDOW_HIGHLIGHT", this); in HighlightWindowEffect()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/backgroundcontrast/
H A Dcontrast.cpp33 net_wm_contrast_region = effects->announceSupportProperty(s_contrastAtomName, this); in ContrastEffect()
49 net_wm_contrast_region = effects->announceSupportProperty(s_contrastAtomName, this); in ContrastEffect()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/slidingpopups/
H A Dslidingpopups.cpp38 m_atom = effects->announceSupportProperty("_KDE_SLIDE", this); in SlidingPopupsEffect()
47 m_atom = effects->announceSupportProperty(QByteArrayLiteral("_KDE_SLIDE"), this); in SlidingPopupsEffect()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/
H A Dmock_effectshandler.h40 xcb_atom_t announceSupportProperty(const QByteArray &, KWin::Effect *) override { in announceSupportProperty() function
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/blur/
H A Dblur.cpp43 net_wm_blur_region = effects->announceSupportProperty(s_blurAtomName, this); in BlurEffect()
59 net_wm_blur_region = effects->announceSupportProperty(s_blurAtomName, this); in BlurEffect()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Deffects.h167 xcb_atom_t announceSupportProperty(const QByteArray& propertyName, Effect* effect) override;
H A Deffects.cpp799 xcb_atom_t EffectsHandlerImpl::announceSupportProperty(const QByteArray &propertyName, Effect *effe… in announceSupportProperty() function in KWin::EffectsHandlerImpl
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/presentwindows/
H A Dpresentwindows.cpp61 m_atomDesktop = effects->announceSupportProperty("_KDE_PRESENT_WINDOWS_DESKTOP", this); in PresentWindowsEffect()
62 m_atomWindows = effects->announceSupportProperty("_KDE_PRESENT_WINDOWS_GROUP", this); in PresentWindowsEffect()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libkwineffects/
H A Dkwineffects.h1143 virtual xcb_atom_t announceSupportProperty(const QByteArray &propertyName, Effect *effect) = 0;