calendarui/views/inc/calenpreviewpane.h
changeset 63 a3cb48f6c889
parent 57 bb2d3e476f29
child 70 a5ed90760192
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    62 	void checkStartTimeOfEvent(QDateTime &dateTime);
    62 	void checkStartTimeOfEvent(QDateTime &dateTime);
    63 
    63 
    64 public slots:
    64 public slots:
    65 	void onTwoSecondsTimeout();
    65 	void onTwoSecondsTimeout();
    66 	void scrollingFinished();
    66 	void scrollingFinished();
       
    67 	void handleThemeChange();
    67     
    68     
    68 private:
    69 private:
    69 	enum scrollDirection{
    70 	enum scrollDirection{
    70 		up,
    71 		up,
    71 		down,
    72 		down,
    84 	HbLabel* mNoEntriesLabel;
    85 	HbLabel* mNoEntriesLabel;
    85 	bool mIsNoEntriesAdded;
    86 	bool mIsNoEntriesAdded;
    86 	bool mIsGestureHandled;
    87 	bool mIsGestureHandled;
    87 	qreal mHtDiff;
    88 	qreal mHtDiff;
    88 	int mScrollDuration;
    89 	int mScrollDuration;
       
    90 	QColor mPreviewTextColor;
    89 };
    91 };
    90 
    92 
    91 #endif /* CALENPREVIEWPANE_H_ */
    93 #endif /* CALENPREVIEWPANE_H_ */
    92 
    94 
    93 // End of file  --Don't remove this.
    95 // End of file  --Don't remove this.