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(QStyle::State state, const QSize &size, QModelIndex validityIndex)
Definition: delegateanimationhandler.cpp:55
void setCachedRendering(CachedRendering *rendering)
Definition: delegateanimationhandler_p.h:76
bool checkValidity(QStyle::State current) const
Definition: delegateanimationhandler_p.h:46
QPersistentModelIndex validityIndex
Definition: delegateanimationhandler_p.h:53
CachedRendering * cachedRenderingFadeFrom() const
Definition: delegateanimationhandler_p.h:82
CachedRendering * cachedRendering() const
Definition: delegateanimationhandler_p.h:74
void setCachedRenderingFadeFrom(CachedRendering *rendering)
Definition: delegateanimationhandler_p.h:84
Definition: netaccess.h:36
CachedRendering * takeCachedRendering()
Definition: delegateanimationhandler_p.h:80
QStringList list(const QString &fileClass)
Returns a list of directories associated with this file-class.
Definition: krecentdirs.cpp:60
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Wed May 10 2017 09:31:44 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Wed May 10 2017 09:31:44 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.