equal
deleted
inserted
replaced
50 void populateLabel( QDateTime date); |
50 void populateLabel( QDateTime date); |
51 QDateTime Date(); |
51 QDateTime Date(); |
52 void startAutoScroll(); |
52 void startAutoScroll(); |
53 void mousePressEvent(QGraphicsSceneMouseEvent* event); |
53 void mousePressEvent(QGraphicsSceneMouseEvent* event); |
54 void mouseReleaseEvent(QGraphicsSceneMouseEvent* event); |
54 void mouseReleaseEvent(QGraphicsSceneMouseEvent* event); |
|
55 void mouseMoveEvent(QGraphicsSceneMouseEvent* event); |
55 void setView(CalenMonthView* view); |
56 void setView(CalenMonthView* view); |
56 void stopScrolling(); |
57 void stopScrolling(); |
57 |
58 |
58 private: |
59 private: |
59 void GetInstanceListL(); |
60 void GetInstanceListL(); |
78 QTimer* mTwoSecTimer; |
79 QTimer* mTwoSecTimer; |
79 scrollDirection mScrollDirection; |
80 scrollDirection mScrollDirection; |
80 int mNumOfScrolls; |
81 int mNumOfScrolls; |
81 HbLabel* mNoEntriesLabel; |
82 HbLabel* mNoEntriesLabel; |
82 bool mIsNoEntriesAdded; |
83 bool mIsNoEntriesAdded; |
|
84 bool mIsGestureHandled; |
83 }; |
85 }; |
84 |
86 |
85 #endif /* CALENPREVIEWPANE_H_ */ |
87 #endif /* CALENPREVIEWPANE_H_ */ |
86 |
88 |
87 // End of file --Don't remove this. |
89 // End of file --Don't remove this. |