KWin
|
#include <cursoritem.h>
Public Member Functions | |
CursorItem (Scene *scene, Item *parent=nullptr) | |
~CursorItem () override | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
void | childAdded (Item *item) |
void | positionChanged () |
void | sizeChanged () |
void | boundingRectChanged () |
![]() | |
virtual WindowQuadList | buildQuads () const |
void | discardQuads () |
void | setColorDescription (const ColorDescription &description) |
void | setPresentationHint (PresentationModeHint hint) |
Definition at line 18 of file cursoritem.h.
Definition at line 19 of file cursoritem.cpp.
|
override |
Definition at line 26 of file cursoritem.cpp.