alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalert.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 45 b6db4fd4947b
--- a/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalert.h	Fri Apr 16 14:57:40 2010 +0300
+++ b/alarmui/alarmalertwidget/alarmalertplugin/inc/alarmalert.h	Mon May 03 12:30:32 2010 +0300
@@ -43,6 +43,9 @@
 // The string identifier for alarm snoozability
 const QString alarmCanSnooze("canSnooze");
 
+// The string identifier for checking the nontimed alarms
+const QString alarmIsTimed("isTimed");
+
 
 /**
  * @enum Commands
@@ -57,4 +60,16 @@
 	Other
 };
 
+/**
+ * @enum AlarmType
+ * @brief Alarm types to be sent 
+ * to the alarm dialog
+ */
+enum AlarmType {
+    ClockAlarm = 0,
+	CalendarAlarm,
+    TodoAlarm,
+    OtherAlarm
+    };
+
 #endif		// __ALARM_ALERT_H__