KWindowSystem
kwindowshadow.cpp
The KWindowShadowTile class provides a platform-indendent shadow tile representation.
Definition kwindowshadow.h:24
void setImage(const QImage &image)
Sets the image on the KWindowShadowTile.
Definition kwindowshadow.cpp:32
QImage image() const
Returns the image stored in the KWindowShadowTile.
Definition kwindowshadow.cpp:27
bool isCreated() const
Returns true if the platform resources associated with the tile have been allocated.
Definition kwindowshadow.cpp:43
bool create()
Allocates the native platform resources associated with the KWindowShadowTile.
Definition kwindowshadow.cpp:48
KWindowShadowTile::Ptr rightTile() const
Returns the right tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:136
void setBottomLeftTile(KWindowShadowTile::Ptr tile)
Attaches the bottom-left tile to the KWindowShadow.
Definition kwindowshadow.cpp:192
bool create()
Allocates the platform resources associated with the KWindowShadow.
Definition kwindowshadow.cpp:243
void setWindow(QWindow *window)
Sets the window behind which the KWindowShadow will be rendered.
Definition kwindowshadow.cpp:226
QWindow * window() const
Returns the window behind which the KWindowShadow will be rendered.
Definition kwindowshadow.cpp:221
bool isCreated() const
Returns true if the platform resources associated with the shadow have been allocated.
Definition kwindowshadow.cpp:238
void setRightTile(KWindowShadowTile::Ptr tile)
Attaches the right tile to the KWindowShadow.
Definition kwindowshadow.cpp:141
KWindowShadowTile::Ptr topLeftTile() const
Returns the top-left tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:85
void setTopRightTile(KWindowShadowTile::Ptr tile)
Attaches the top-right tile to the KWindowShadow.
Definition kwindowshadow.cpp:124
KWindowShadowTile::Ptr bottomLeftTile() const
Returns the bottom-left tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:187
void destroy()
Releases the platform resources associated with the KWindowShadow.
Definition kwindowshadow.cpp:261
void setBottomTile(KWindowShadowTile::Ptr tile)
Attaches the bottom tile to the KWindowShadow.
Definition kwindowshadow.cpp:175
void setBottomRightTile(KWindowShadowTile::Ptr tile)
Attaches the bottom-right tile to the KWindowShadow.
Definition kwindowshadow.cpp:158
void setTopLeftTile(KWindowShadowTile::Ptr tile)
Attaches the top-left tile to the KWindowShadow.
Definition kwindowshadow.cpp:90
KWindowShadowTile::Ptr topTile() const
Returns the top tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:102
KWindowShadowTile::Ptr leftTile() const
Returns the left tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:68
KWindowShadowTile::Ptr bottomRightTile() const
Returns the bottom-right tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:153
void setTopTile(KWindowShadowTile::Ptr tile)
Attaches the top tile to the KWindowShadow.
Definition kwindowshadow.cpp:107
void setLeftTile(KWindowShadowTile::Ptr tile)
Attaches the left tile to the KWindowShadow.
Definition kwindowshadow.cpp:73
KWindowShadowTile::Ptr topRightTile() const
Returns the top-right tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:119
KWindowShadowTile::Ptr bottomTile() const
Returns the bottom tile attached to the KWindowShadow.
Definition kwindowshadow.cpp:170
void setPadding(const QMargins &padding)
Sets the padding on the KWindowShadow.
Definition kwindowshadow.cpp:209
T * data() const const
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.