equal
deleted
inserted
replaced
19 #ifndef CALENSTATES_H |
19 #ifndef CALENSTATES_H |
20 #define CALENSTATES_H |
20 #define CALENSTATES_H |
21 |
21 |
22 // INCLUDES |
22 // INCLUDES |
23 #include <e32base.h> |
23 #include <e32base.h> |
24 #include <calencommands.hrh> |
24 #include "hb_calencommands.hrh" // command ids |
25 #include <calennotificationhandler.h> // TCalenNotification |
25 #include "calennotificationhandler.h" // TCalenNotification |
26 |
26 |
27 // ENUMERATIONS |
27 // ENUMERATIONS |
|
28 |
28 // Enumeration of the various possible states that the controller can be |
29 // Enumeration of the various possible states that the controller can be |
29 // be in. |
30 // be in. |
30 enum TControllerState |
31 enum TControllerState |
31 { |
32 { |
32 EIdle = 1 << 0, |
33 EIdle = 1 << 0, |
116 { EIdle , EIdle, KCalenNoNotification }, |
117 { EIdle , EIdle, KCalenNoNotification }, |
117 |
118 |
118 /* ECalenDayView */ |
119 /* ECalenDayView */ |
119 { EIdle , EIdle, KCalenNoNotification }, |
120 { EIdle , EIdle, KCalenNoNotification }, |
120 |
121 |
121 /* ECalenTodoView */ |
|
122 { EIdle , EIdle, KCalenNoNotification }, |
|
123 |
|
124 /* ECalenForwardsToDayView */ |
122 /* ECalenForwardsToDayView */ |
125 { EIdle , EIdle, KCalenNoNotification }, |
123 { EIdle , EIdle, KCalenNoNotification }, |
126 |
124 |
127 { EIdle , EIdle, KCalenNoNotification }, |
125 { EIdle , EIdle, KCalenNoNotification }, |
128 |
126 |
140 |
138 |
141 /* ECalenHideToolbar */ |
139 /* ECalenHideToolbar */ |
142 { EIdle , EIdle, KCalenNoNotification }, |
140 { EIdle , EIdle, KCalenNoNotification }, |
143 |
141 |
144 /* ECalenUpdateToolbar */ |
142 /* ECalenUpdateToolbar */ |
145 { EIdle , EIdle, KCalenNoNotification }, |
|
146 |
|
147 /* ECalenStartActiveStep */ |
|
148 { EIdle , EIdle, KCalenNoNotification }, |
143 { EIdle , EIdle, KCalenNoNotification }, |
149 |
144 |
150 /* ECalenGotoToday */ |
145 /* ECalenGotoToday */ |
151 { EIdle , EIdle, KCalenNoNotification }, |
146 { EIdle , EIdle, KCalenNoNotification }, |
152 |
147 |