| KWin
    | 
#include <shadowitem.h>
 
  
| Public Member Functions | |
| ShadowItem (Shadow *shadow, Window *window, Scene *scene, Item *parent=nullptr) | |
| ~ShadowItem () override | |
| Shadow * | shadow () const | 
| ShadowTextureProvider * | textureProvider () const | 
|  Public Member Functions inherited from KWin::Item | |
| Item (Scene *scene, Item *parent=nullptr) | |
| ~Item () override | |
| Scene * | scene () const | 
| qreal | opacity () const | 
| void | setOpacity (qreal opacity) | 
| QPointF | position () const | 
| void | setPosition (const QPointF &point) | 
| QSizeF | size () const | 
| void | setSize (const QSizeF &size) | 
| int | z () const | 
| void | setZ (int z) | 
| QRectF | rect () const | 
| QRectF | boundingRect () const | 
| virtual QList< QRectF > | shape () const | 
| virtual QRegion | opaque () const | 
| Item * | parentItem () const | 
| void | setParentItem (Item *parent) | 
| QList< Item * > | childItems () const | 
| QList< Item * > | sortedChildItems () const | 
| QPointF | rootPosition () const | 
| QMatrix4x4 | transform () const | 
| void | setTransform (const QMatrix4x4 &transform) | 
| QRegion | mapToGlobal (const QRegion ®ion) const | 
| QRectF | mapToGlobal (const QRectF &rect) const | 
| QRectF | mapFromGlobal (const QRectF &rect) const | 
| void | stackBefore (Item *sibling) | 
| void | stackAfter (Item *sibling) | 
| bool | explicitVisible () const | 
| bool | isVisible () const | 
| void | setVisible (bool visible) | 
| void | scheduleRepaint (const QRectF ®ion) | 
| void | scheduleRepaint (const QRegion ®ion) | 
| void | scheduleRepaint (SceneDelegate *delegate, const QRegion ®ion) | 
| void | scheduleFrame () | 
| QRegion | repaints (SceneDelegate *delegate) const | 
| void | resetRepaints (SceneDelegate *delegate) | 
| WindowQuadList | quads () const | 
| const ColorDescription & | colorDescription () const | 
| PresentationModeHint | presentationHint () const | 
| Protected Member Functions | |
| WindowQuadList | buildQuads () const override | 
| void | preprocess () override | 
|  Protected Member Functions inherited from KWin::Item | |
| void | discardQuads () | 
| void | setColorDescription (const ColorDescription &description) | 
| void | setPresentationHint (PresentationModeHint hint) | 
| Additional Inherited Members | |
|  Signals inherited from KWin::Item | |
| void | childAdded (Item *item) | 
| void | positionChanged () | 
| void | sizeChanged () | 
| void | boundingRectChanged () | 
The ShadowItem class represents a nine-tile patch server-side drop-shadow.
Definition at line 34 of file shadowitem.h.
| 
 | explicit | 
Definition at line 25 of file shadowitem.cpp.
| 
 | override | 
Definition at line 39 of file shadowitem.cpp.
| 
 | overrideprotectedvirtual | 
Reimplemented from KWin::Item.
Definition at line 91 of file shadowitem.cpp.
| 
 | overrideprotectedvirtual | 
Reimplemented from KWin::Item.
Definition at line 301 of file shadowitem.cpp.
| Shadow * KWin::ShadowItem::shadow | ( | ) | const | 
Definition at line 43 of file shadowitem.cpp.
| ShadowTextureProvider * KWin::ShadowItem::textureProvider | ( | ) | const | 
Definition at line 48 of file shadowitem.cpp.