KWindowSystem
kwindowshadow.h
68 * The KWindowShadow is composed of multiple tiles. The top left tile, the top right tile, the bottom
69 * left tile, and the bottom right tile are rendered as they are. The top tile and the bottom tile are
70 * stretched in x direction; the left tile and the right tile are stretched in y direction. Several
71 * KWindowShadow objects can share shadow tiles to reduce memory usage. You have to specify padding()
72 * along the shadow tiles. The padding values indicate how much the KWindowShadow sticks outside the
75 * Once the KWindowShadow is created, you're not allowed to attach or detach any shadow tiles, change
76 * padding(), or change window(). In order to do so, you have to destroy() the shadow first, update
The KWindowShadowTile class provides a platform-indendent shadow tile representation.
Definition kwindowshadow.h:24
The KWindowShadow class represents a drop-shadow that is drawn by the compositor.
Definition kwindowshadow.h:80
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.