equal
deleted
inserted
replaced
83 void updateModelWithFutureMonth(); |
83 void updateModelWithFutureMonth(); |
84 void populatePreviewPane(QDateTime &dateTime); |
84 void populatePreviewPane(QDateTime &dateTime); |
85 void handlePreviewPaneGesture(bool rightGesture); |
85 void handlePreviewPaneGesture(bool rightGesture); |
86 QDateTime firstDayOfGrid(); |
86 QDateTime firstDayOfGrid(); |
87 void fetchEntriesAndUpdateModel(); |
87 void fetchEntriesAndUpdateModel(); |
|
88 void launchDayView(); |
88 |
89 |
89 private: |
90 private: |
90 void createGrid(); |
91 void createGrid(); |
91 void populateWithInstanceView(); |
92 void populateWithInstanceView(); |
92 void completePopulation(); |
93 void completePopulation(); |
112 void goToToday(); |
113 void goToToday(); |
113 void updateMonthDataArrayWithActiveDates(); |
114 void updateMonthDataArrayWithActiveDates(); |
114 void handleLeftEffectCompleted(const HbEffect::EffectStatus &status); |
115 void handleLeftEffectCompleted(const HbEffect::EffectStatus &status); |
115 void handleRightEffectCompleted(const HbEffect::EffectStatus &status); |
116 void handleRightEffectCompleted(const HbEffect::EffectStatus &status); |
116 void addRemoveActionsInMenu(); |
117 void addRemoveActionsInMenu(); |
117 |
|
118 public slots: |
|
119 void launchDayView(); |
|
120 void changeOrientation(Qt::Orientation orientation); |
118 void changeOrientation(Qt::Orientation orientation); |
121 |
119 |
122 private: |
120 private: |
123 bool mIsFirstTimeLoad; |
121 bool mIsFirstTimeLoad; |
124 CalenDocLoader *mDocLoader; |
122 CalenDocLoader *mDocLoader; |