equal
deleted
inserted
replaced
27 #define HBTREEVIEWITEMPRIVATE_H |
27 #define HBTREEVIEWITEMPRIVATE_H |
28 |
28 |
29 #include "hblistviewitem_p.h" |
29 #include "hblistviewitem_p.h" |
30 #include "hbtreeviewitem.h" |
30 #include "hbtreeviewitem.h" |
31 |
31 |
32 class QGraphicsItem; |
32 class QGraphicsObject; |
33 |
33 |
34 class HbTreeViewItemShared : public HbListViewItemShared |
34 class HbTreeViewItemShared : public HbListViewItemShared |
35 { |
35 { |
36 public: |
36 public: |
37 |
37 |
64 virtual int modelItemType() const; |
64 virtual int modelItemType() const; |
65 |
65 |
66 void updateExpandItem(); |
66 void updateExpandItem(); |
67 |
67 |
68 virtual void tapTriggered(QGestureEvent *event); |
68 virtual void tapTriggered(QGestureEvent *event); |
69 QGraphicsItem *mExpandItem; |
69 QGraphicsObject *mExpandItem; |
70 |
70 |
71 public: |
71 public: |
72 |
72 |
73 bool mExpanded; |
73 bool mExpanded; |
74 }; |
74 }; |