KIO
delegateanimationhandler_p.h
Go to the documentation of this file.
76 void setCachedRendering(CachedRendering *rendering) { delete renderCache; renderCache = rendering; }
80 CachedRendering *takeCachedRendering() { CachedRendering* ret = renderCache; renderCache = 0; return ret; }
84 void setCachedRenderingFadeFrom(CachedRendering* rendering) { delete fadeFromRenderCache; fadeFromRenderCache = rendering; if(rendering) m_fadeProgress = 0; else m_fadeProgress = 1; }
112 typedef QMutableMapIterator<const QAbstractItemView *, AnimationList*> MutableAnimationListsIterator;
118 AnimationState *animationState(const QStyleOption &option, const QModelIndex &index, const QAbstractItemView *view);
130 AnimationState *findAnimationState(const QAbstractItemView *view, const QModelIndex &index) const;
CachedRendering * takeCachedRendering()
Definition: delegateanimationhandler_p.h:80
void setCachedRenderingFadeFrom(CachedRendering *rendering)
Definition: delegateanimationhandler_p.h:84
qreal hoverProgress() const
Definition: delegateanimationhandler.cpp:153
void setCachedRendering(CachedRendering *rendering)
Definition: delegateanimationhandler_p.h:76
bool hasJobAnimation() const
Definition: delegateanimationhandler.cpp:171
CachedRendering * cachedRendering() const
Definition: delegateanimationhandler_p.h:74
qreal jobAnimationAngle() const
Definition: delegateanimationhandler.cpp:166
CachedRendering * cachedRenderingFadeFrom() const
Definition: delegateanimationhandler_p.h:82
void setJobAnimation(bool value)
Definition: delegateanimationhandler.cpp:176
qreal fadeProgress() const
Definition: delegateanimationhandler.cpp:161
bool checkValidity(QStyle::State current) const
Definition: delegateanimationhandler_p.h:46
QPersistentModelIndex validityIndex
Definition: delegateanimationhandler_p.h:53
~DelegateAnimationHandler()
Definition: delegateanimationhandler.cpp:193
AnimationState * animationState(const QStyleOption &option, const QModelIndex &index, const QAbstractItemView *view)
Definition: delegateanimationhandler.cpp:271
void gotNewIcon(const QModelIndex &index)
Definition: delegateanimationhandler.cpp:228
void restartAnimation(AnimationState *state)
Definition: delegateanimationhandler.cpp:384
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.