equal
deleted
inserted
replaced
30 /*! |
30 /*! |
31 Default timeout for scrolling between days [ms] |
31 Default timeout for scrolling between days [ms] |
32 */ |
32 */ |
33 const int KCalenScrollDaysTimeout = 600; |
33 const int KCalenScrollDaysTimeout = 600; |
34 |
34 |
|
35 #ifdef CALENDAYVIEW_PANNING_ENABLED |
35 /*! |
36 /*! |
36 Value [%] defines how long (depending on content area width) should horizontal |
37 Value [%] defines how long (depending on content area width) should horizontal |
37 pan gesture be to change day to previous/next. |
38 pan gesture be to change day to previous/next. |
38 If the gesture is shorter - current view is not changed. |
39 If the gesture is shorter - current view is not changed. |
39 */ |
40 */ |
40 const int KCalenHScrollMoveParam = 30; //!< Percentage |
41 const int KCalenHScrollMoveParam = 30; //!< Percentage |
41 |
42 #endif |
42 |
43 |
43 /*! |
44 /*! |
44 \class CalenDayContentScrollArea |
45 \class CalenDayContentScrollArea |
45 \brief Scrollable container class for content widgets. |
46 \brief Scrollable container class for content widgets. |
46 |
47 |