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;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:06:10 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Mon Jul 15 2013 13:06:10 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.