alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalert.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 45 b6db4fd4947b
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
    41 const QString alarmRingingType("ringingType");
    41 const QString alarmRingingType("ringingType");
    42 
    42 
    43 // The string identifier for alarm snoozability
    43 // The string identifier for alarm snoozability
    44 const QString alarmCanSnooze("canSnooze");
    44 const QString alarmCanSnooze("canSnooze");
    45 
    45 
       
    46 // The string identifier for checking the nontimed alarms
       
    47 const QString alarmIsTimed("isTimed");
       
    48 
    46 
    49 
    47 /**
    50 /**
    48  * @enum Commands
    51  * @enum Commands
    49  * @brief Some common commands that can be sent
    52  * @brief Some common commands that can be sent
    50  * back by the alarm dialog
    53  * back by the alarm dialog
    55 	Snooze,
    58 	Snooze,
    56 	Shown,
    59 	Shown,
    57 	Other
    60 	Other
    58 };
    61 };
    59 
    62 
       
    63 /**
       
    64  * @enum AlarmType
       
    65  * @brief Alarm types to be sent 
       
    66  * to the alarm dialog
       
    67  */
       
    68 enum AlarmType {
       
    69     ClockAlarm = 0,
       
    70 	CalendarAlarm,
       
    71     TodoAlarm,
       
    72     OtherAlarm
       
    73     };
       
    74 
    60 #endif		// __ALARM_ALERT_H__
    75 #endif		// __ALARM_ALERT_H__