equal
deleted
inserted
replaced
50 |
50 |
51 public: // Construction and destruction |
51 public: // Construction and destruction |
52 /** |
52 /** |
53 * Constructor |
53 * Constructor |
54 */ |
54 */ |
55 CalenViewManager ( CCalenController& aController, |
55 CalenViewManager ( CCalenController& aController); |
56 bool isFromServiceFrmwrk); |
56 |
|
57 /** |
|
58 * Second Phase Constructor |
|
59 */ |
|
60 void SecondPhaseConstruction(); |
57 |
61 |
58 /** |
62 /** |
59 * Destructor |
63 * Destructor |
60 */ |
64 */ |
61 virtual ~CalenViewManager(); |
65 virtual ~CalenViewManager(); |
94 void showPrevDay(); |
98 void showPrevDay(); |
95 |
99 |
96 void removeDayViews(); |
100 void removeDayViews(); |
97 |
101 |
98 void constructOtherViews(); |
102 void constructOtherViews(); |
|
103 |
|
104 void launchSettingsView(); |
|
105 |
99 |
106 |
100 public: // from MCalenNotificationHandler |
107 public: // from MCalenNotificationHandler |
101 |
108 |
102 /** |
109 /** |
103 * Handles notifications |
110 * Handles notifications |
157 CalenDocLoader *mMonthViewDocLoader; |
164 CalenDocLoader *mMonthViewDocLoader; |
158 CalenDayView *mCalenDayViewAlt; |
165 CalenDayView *mCalenDayViewAlt; |
159 CalenDocLoader *mDayViewAltDocLoader; |
166 CalenDocLoader *mDayViewAltDocLoader; |
160 |
167 |
161 int mCurrentViewId; |
168 int mCurrentViewId; |
162 int mPreviousViewId; |
169 int mPreviousViewsId; |
163 int mFirstView; |
170 int mFirstView; |
164 }; |
171 }; |
165 |
172 |
166 #endif // CALENVIEWMANAGER_H |
173 #endif // CALENVIEWMANAGER_H |
167 |
174 |