| KWin
    | 
#include <imageitem.h>
 
  
| Public Member Functions | |
| ImageItem (Scene *scene, Item *parent=nullptr) | |
| QImage | image () const | 
| void | setImage (const QImage &image) | 
|  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 | 
| virtual void | preprocess () | 
| const ColorDescription & | colorDescription () const | 
| PresentationModeHint | presentationHint () const | 
| Protected Attributes | |
| QImage | m_image | 
| Additional Inherited Members | |
|  Signals inherited from KWin::Item | |
| void | childAdded (Item *item) | 
| void | positionChanged () | 
| void | sizeChanged () | 
| void | boundingRectChanged () | 
|  Protected Member Functions inherited from KWin::Item | |
| virtual WindowQuadList | buildQuads () const | 
| void | discardQuads () | 
| void | setColorDescription (const ColorDescription &description) | 
| void | setPresentationHint (PresentationModeHint hint) | 
Definition at line 18 of file imageitem.h.
Definition at line 14 of file imageitem.cpp.
| QImage KWin::ImageItem::image | ( | ) | const | 
Definition at line 19 of file imageitem.cpp.
| void KWin::ImageItem::setImage | ( | const QImage & | image | ) | 
Definition at line 24 of file imageitem.cpp.
| 
 | protected | 
Definition at line 29 of file imageitem.h.