photosgallery/slideshow/engine/controlsrc/shwevent.cpp
branchRCL_3
changeset 35 420f6808bf21
parent 0 4e91876724a2
--- a/photosgallery/slideshow/engine/controlsrc/shwevent.cpp	Tue May 25 12:42:31 2010 +0300
+++ b/photosgallery/slideshow/engine/controlsrc/shwevent.cpp	Wed Jun 09 09:41:51 2010 +0300
@@ -147,3 +147,24 @@
  * Selection key pressed for changed ui state (Hide or visible)
  */
 SHW_DEFINE_EVENT_CLASS( TShwEventToggleControlUi);
+
+/**
+ * Event for HDMI Disconnected.
+ */
+SHW_DEFINE_EVENT_CLASS( TShwEventHDMIDisConnected );
+
+/**
+ * Event for HDMI Image decoding has started.
+ */
+SHW_DEFINE_EVENT_CLASS( TShwEventHDMIImageDecodingStarted );
+
+/**
+ * Event for HDMI Image decoding has completed.
+ */
+SHW_DEFINE_EVENT_CLASS( TShwEventHDMIImageDecodingCompleted );
+
+/**
+ * Event for HDMI First Image decoding has completed.
+ */
+SHW_DEFINE_EVENT_CLASS( TShwEventHDMIFirstImageDecodingCompleted );
+