equal
deleted
inserted
replaced
52 bool isChild(const QModelIndex &index, const QModelIndex &parent) const; |
52 bool isChild(const QModelIndex &index, const QModelIndex &parent) const; |
53 |
53 |
54 QModelIndex searchIndexUp(const QModelIndex &index, |
54 QModelIndex searchIndexUp(const QModelIndex &index, |
55 int maxStepCount) const; |
55 int maxStepCount) const; |
56 |
56 |
|
57 bool handleScrollBar(Qt::Orientation orientation); |
|
58 |
57 inline HbTreeModelIterator *treeModelIterator(); |
59 inline HbTreeModelIterator *treeModelIterator(); |
|
60 |
|
61 virtual bool animationEnabled(bool insertOperation); |
58 |
62 |
59 bool mSelectionStarted; |
63 bool mSelectionStarted; |
60 QList<int> mItemsToBeDeleted; |
64 QList<int> mItemsToBeDeleted; |
|
65 |
|
66 bool mInSetExpanded; |
61 }; |
67 }; |
62 |
68 |
63 HbTreeModelIterator *HbTreeViewPrivate::treeModelIterator() |
69 HbTreeModelIterator *HbTreeViewPrivate::treeModelIterator() |
64 { |
70 { |
65 return static_cast<HbTreeModelIterator *>(mModelIterator); |
71 return static_cast<HbTreeModelIterator *>(mModelIterator); |