photosgallery/slideshow/engine/inc/shwevent.h
branchRCL_3
changeset 35 420f6808bf21
parent 0 4e91876724a2
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
   183 /**
   183 /**
   184  * Selection key pressed for changed ui state (Hide or visible)
   184  * Selection key pressed for changed ui state (Hide or visible)
   185  */
   185  */
   186 SHW_DECLARE_EVENT_CLASS( TShwEventToggleControlUi );
   186 SHW_DECLARE_EVENT_CLASS( TShwEventToggleControlUi );
   187 
   187 
       
   188 /**
       
   189  * Event for HDMI Disconnected.
       
   190  */
       
   191 SHW_DECLARE_EVENT_CLASS( TShwEventHDMIDisConnected );
       
   192 
       
   193 /**
       
   194  * Event for HDMI Image decoding has started.
       
   195  */
       
   196 SHW_DECLARE_EVENT_CLASS( TShwEventHDMIImageDecodingStarted );
       
   197 
       
   198 /**
       
   199  * Event for HDMI Image decoding has completed.
       
   200  */
       
   201 SHW_DECLARE_EVENT_CLASS( TShwEventHDMIImageDecodingCompleted );
       
   202 
       
   203 /**
       
   204  * Event for HDMI Image decoding has completed.
       
   205  */
       
   206 SHW_DECLARE_EVENT_CLASS( TShwEventHDMIFirstImageDecodingCompleted );
   188 
   207 
   189 #endif // __SHWEVENT_H__
   208 #endif // __SHWEVENT_H__