Plasma
itembackground.h
Go to the documentation of this file.
void animationStep(qreal progress)
Emitted at each animation frame.
void appearanceChanged()
Emitted when the visual layout and appearance changes.
bool sceneEventFilter(QGraphicsItem *watched, QEvent *event)
Definition itembackground.cpp:219
void setTargetItem(QGraphicsItem *target)
set the ItemBackground geometry to be the target geometry, plus the ItemBackground margins
Definition itembackground.cpp:142
void resizeEvent(QGraphicsSceneResizeEvent *)
Definition itembackground.cpp:230
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Definition itembackground.cpp:263
bool eventFilter(QObject *watched, QEvent *event)
Definition itembackground.cpp:203
friend class ItemBackgroundPrivate
Definition itembackground.h:133
void targetReached(QRectF)
Emitted when the target has been reached.
QVariant itemChange(GraphicsItemChange change, const QVariant &value)
Definition itembackground.cpp:235
void setTarget(const QRectF &newGeometry)
Sets a new target geometry we want at the end of animation.
Definition itembackground.cpp:106
ItemBackground(QGraphicsWidget *parent=0)
Definition itembackground.cpp:61
void targetItemReached(QGraphicsItem *)
Emitted when the target has been reached.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.