photosgallery/slideshow/view/src/shwslideshowpausehandler.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   102         
   102         
   103         /**
   103         /**
   104           * Informs the pause handler that MSK Preesed when slide show is running. 
   104           * Informs the pause handler that MSK Preesed when slide show is running. 
   105           */
   105           */
   106         void ToggleUiControlsVisibiltyL();
   106         void ToggleUiControlsVisibiltyL();
       
   107         
       
   108         /**
       
   109          * Returns the slideshow engine paused state.
       
   110          * @return ETrue, if slideshow engine is in paused state
       
   111          */
       
   112         TBool IsSlideShowEngineStatePaused();
   107 
   113 
   108     private: // Implementation
   114     private: // Implementation
   109 
   115 
   110         /// Ref: The slideshow engine
   116         /// Ref: The slideshow engine
   111         CShwSlideshowEngine& iEngine;
   117         CShwSlideshowEngine& iEngine;