equal
deleted
inserted
replaced
93 |
93 |
94 void showPrevDay(); |
94 void showPrevDay(); |
95 |
95 |
96 void removeDayViews(); |
96 void removeDayViews(); |
97 |
97 |
|
98 void constructOtherViews(); |
|
99 |
98 public: // from MCalenNotificationHandler |
100 public: // from MCalenNotificationHandler |
99 |
101 |
100 /** |
102 /** |
101 * Handles notifications |
103 * Handles notifications |
102 */ |
104 */ |
130 * @brief Constructs the auxilliary view used |
132 * @brief Constructs the auxilliary view used |
131 * to provide illusion of swiping to next or prev |
133 * to provide illusion of swiping to next or prev |
132 * day |
134 * day |
133 */ |
135 */ |
134 void loadAlternateDayView(); |
136 void loadAlternateDayView(); |
135 |
|
136 public slots: |
|
137 void constructOtherViews(); |
|
138 |
137 |
139 private slots: |
138 private slots: |
|
139 void handleMainViewReady(); |
140 void handleViewingCompleted(const QDate date); |
140 void handleViewingCompleted(const QDate date); |
141 void handleEditingStarted(); |
141 void handleEditingStarted(); |
142 void handleEditingCompleted(); |
142 void handleEditingCompleted(); |
143 void handleDeletingStarted(); |
143 void handleDeletingStarted(); |
144 void handleDeletingCompleted(); |
144 void handleDeletingCompleted(); |
|
145 void handleInstanceViewCreation(int status); |
|
146 void handleEntryViewCreation(int status); |
145 |
147 |
146 private: // Data |
148 private: // Data |
147 |
149 |
148 CCalenController &mController; |
150 CCalenController &mController; |
149 CalenMonthView *mCalenMonthView; |
151 CalenMonthView *mCalenMonthView; |