photosgallery/slideshow/engine/inc/shwslideshowengine.h
branchRCL_3
changeset 35 420f6808bf21
parent 30 a60acebbbd9d
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
    24 // Include Files
    24 // Include Files
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <e32std.h>
    26 #include <e32std.h>
    27 #include <alf/alfdisplay.h>
    27 #include <alf/alfdisplay.h>
    28 #include <alf/alfenv.h>
    28 #include <alf/alfenv.h>
       
    29 #include <mglxhdmidecoderobserver.h>
    29 
    30 
    30 // Forward declarations
    31 // Forward declarations
    31 class CAlfEnv;
    32 class CAlfEnv;
    32 class CAlfDisplay;
    33 class CAlfDisplay;
    33 class MGlxMediaList;
    34 class MGlxMediaList;
   144         /**
   145         /**
   145          * This method react when LSK Preesed
   146          * This method react when LSK Preesed
   146          */
   147          */
   147         IMPORT_C void LSKPressedL();
   148         IMPORT_C void LSKPressedL();
   148 
   149 
       
   150         /**
       
   151          * This method gets called when there is an HDMI event
       
   152          */
       
   153         IMPORT_C void HandleHDMIDecodingEventL(THdmiDecodingStatus aStatus);
       
   154 
   149     private: // Implementation
   155     private: // Implementation
   150 
   156 
   151         /// C++ constructor, no derivation or use outside the DLL
   157         /// C++ constructor, no derivation or use outside the DLL
   152         CShwSlideshowEngine();
   158         CShwSlideshowEngine();
   153         /// Own: the real implementation
   159         /// Own: the real implementation