photosgallery/slideshow/engine/inc/shwevent.h
branchRCL_3
changeset 35 420f6808bf21
parent 0 4e91876724a2
--- a/photosgallery/slideshow/engine/inc/shwevent.h	Tue May 25 12:42:31 2010 +0300
+++ b/photosgallery/slideshow/engine/inc/shwevent.h	Wed Jun 09 09:41:51 2010 +0300
@@ -185,5 +185,24 @@
  */
 SHW_DECLARE_EVENT_CLASS( TShwEventToggleControlUi );
 
+/**
+ * Event for HDMI Disconnected.
+ */
+SHW_DECLARE_EVENT_CLASS( TShwEventHDMIDisConnected );
+
+/**
+ * Event for HDMI Image decoding has started.
+ */
+SHW_DECLARE_EVENT_CLASS( TShwEventHDMIImageDecodingStarted );
+
+/**
+ * Event for HDMI Image decoding has completed.
+ */
+SHW_DECLARE_EVENT_CLASS( TShwEventHDMIImageDecodingCompleted );
+
+/**
+ * Event for HDMI Image decoding has completed.
+ */
+SHW_DECLARE_EVENT_CLASS( TShwEventHDMIFirstImageDecodingCompleted );
 
 #endif // __SHWEVENT_H__