src/hbwidgets/itemviews/hbtreeview_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
equal deleted inserted replaced
0:16d8024aca5e 1:f7ac710697a9
    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);