calendarui/views/inc/calenpreviewpane.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 32 ea672fcb0ea0
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
    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.