KWindowSystem
kwindoweffects.h
58 * @param region The region within the window where the background will be blurred, specified in logical pixels
62KWINDOWSYSTEM_EXPORT void enableBlurBehind(QWindow *window, bool enable = true, const QRegion ®ion = QRegion());
81 * @param brightness How to modify the area brightness: from 0 (make it black) to 2 (make it white), 1 leaves it unchanged
82 * @param region The region within the window where the background will be modified, specified in logical pixels
87enableBackgroundContrast(QWindow *window, bool enable = true, qreal contrast = 1, qreal intensity = 1, qreal saturation = 1, const QRegion ®ion = QRegion());
99KWINDOWSYSTEM_EXPORT void slideWindow(QWindow *window, SlideFromLocation location, int offset = -1);
void slideWindow(QWindow *window, SlideFromLocation location, int offset)
Mark a window as sliding from screen edge.
Definition kwindoweffects.cpp:36
void enableBlurBehind(QWindow *window, bool enable, const QRegion ®ion)
Instructs the window manager to blur the background in the specified region behind the given window.
Definition kwindoweffects.cpp:26
void enableBackgroundContrast(QWindow *window, bool enable, qreal contrast, qreal intensity, qreal saturation, const QRegion ®ion)
Instructs the window manager to modify the color of the background in the specified region behind the...
Definition kwindoweffects.cpp:31
bool isEffectAvailable(Effect effect)
Definition kwindoweffects.cpp:21
TopEdge
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.