src/hbwidgets/itemviews/hbtreeitemcontainer_p_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbwidgets/itemviews/hbtreeitemcontainer_p_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbwidgets/itemviews/hbtreeitemcontainer_p_p.h	Mon May 03 12:48:33 2010 +0300
@@ -46,10 +46,15 @@
     HbAbstractViewItem *shiftDownItem(QPointF& delta);
     void resolveIndentation();
 
-    qreal getSmallestItemHeight() const; 
+    qreal itemHeight() const;
+    qreal getSmallestItemHeight() const;
+
+    int mapToLayoutIndex(int index) const;
 
     HbTreeLayout *mLayout;
     qreal mUserIndentation;
     qreal mStyleIndentation;
+
+    QList< QPair<HbAbstractViewItem *, int> > mAnimatedItems;
 };
 #endif /* HBTREEITEMCONTAINER_H */