coreapplicationuis/SysAp/Inc/SysApShutdownImage.h
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
    54         * @return void
    54         * @return void
    55         */
    55         */
    56         void ShowShutdownImageL(TInt aBitmapId);
    56         void ShowShutdownImageL(TInt aBitmapId);
    57 
    57 
    58         RWindow& ShutdownCoeControlWindow();
    58         RWindow& ShutdownCoeControlWindow();
       
    59         
       
    60         void SetRectForAnimation();
    59 
    61 
    60 #ifdef RD_STARTUP_ANIMATION_CUSTOMIZATION
    62 #ifdef RD_STARTUP_ANIMATION_CUSTOMIZATION
    61         /**
    63         /**
    62         * Set a sub-control to this control.
    64         * Set a sub-control to this control.
    63         *
    65         *
   129         * @param None
   131         * @param None
   130         * @return void
   132         * @return void
   131         */
   133         */
   132         TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType);
   134         TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent, TEventCode aType);
   133 
   135 
       
   136         CFbsBitmap* ReadSVGL (TFileName aFileName);
   134     private:    // Data
   137     private:    // Data
   135 
   138 
   136         //Used for showing user selected image
   139         //Used for showing user selected image
   137         CFbsBitmap*     iBitmap;
   140         CFbsBitmap*     iBitmap;
   138 
   141