equal
deleted
inserted
replaced
107 * @brief The interface to the device dialog server |
107 * @brief The interface to the device dialog server |
108 */ |
108 */ |
109 HbDeviceDialog *mDeviceDialog; |
109 HbDeviceDialog *mDeviceDialog; |
110 |
110 |
111 /** |
111 /** |
112 * @var mIsClockAlarm |
112 * @var mAlarmAlertType |
113 * @brief Tells if the current alert being displayed |
113 * @brief Tells if the type of alert being displayed |
114 * is a clock (true) or calendar alert (false) |
114 * is a clock /calendar/to-do alert |
115 */ |
115 */ |
116 bool mIsClockAlarm; |
116 int mAlarmAlertType; |
117 |
117 |
118 /** |
118 /** |
119 * @var mCanSnooze |
119 * @var mCanSnooze |
120 * @brief Tells whether the current alert can be snoozed. |
120 * @brief Tells whether the current alert can be snoozed. |
121 * true->alarm can be snoozed |
121 * true->alarm can be snoozed |
128 * @brief Indicates if the alarm is silent or not |
128 * @brief Indicates if the alarm is silent or not |
129 */ |
129 */ |
130 bool mIsSilent; |
130 bool mIsSilent; |
131 |
131 |
132 /** |
132 /** |
|
133 * @var mIsTimedAlarm |
|
134 * @brief Indicates if the alarm has time info or not |
|
135 */ |
|
136 bool mIsTimedAlarm; |
|
137 |
|
138 /** |
133 * @var mObserver |
139 * @var mObserver |
134 * @brief The observer for user responses |
140 * @brief The observer for user responses |
135 */ |
141 */ |
136 AlarmAlertObserver *mObserver; |
142 AlarmAlertObserver *mObserver; |
137 }; |
143 }; |