idlehomescreen/xmluirendering/renderingplugins/xnanimationfactory/inc/xnanimationadapter.h
branchRCL_3
changeset 11 ff572dfe6d86
parent 5 c743ef5928ba
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
    48          * Destructor.
    48          * Destructor.
    49          */
    49          */
    50         virtual ~CXnAnimationAdapter();
    50         virtual ~CXnAnimationAdapter();
    51     
    51     
    52     public: // From Base classes 
    52     public: // From Base classes 
    53         /**
    53         
    54         * From CXnControlAdapter Handles the property changes.
    54         // From CXnControlAdapter
    55         * @since Series 60 3.1
       
    56         * @return void.
       
    57         */    
       
    58         void DoHandlePropertyChangeL(CXnProperty* aProperty = NULL);
    55         void DoHandlePropertyChangeL(CXnProperty* aProperty = NULL);
       
    56         
       
    57         // From CXnControlAdapter
       
    58         void DoEnterPowerSaveModeL( TModeEvent aEvent );
       
    59         
       
    60         // From CXnControlAdapter
       
    61         void DoExitPowerSaveModeL( TModeEvent aEvent );
    59         
    62         
    60     protected:
    63     protected:
    61         /**
    64         /**
    62          * From CCoeControl.
    65          * From CCoeControl.
    63          * Draws the control.
    66          * Draws the control.
   122         // Image Skind Id
   125         // Image Skind Id
   123         TAknsItemID iSkinId;
   126         TAknsItemID iSkinId;
   124        
   127        
   125         // Timer for animation, owned  
   128         // Timer for animation, owned  
   126         CPeriodic* iPeriodicTimer;
   129         CPeriodic* iPeriodicTimer;
       
   130         
       
   131         // Whether the renderer is in power save mode or not
       
   132         TBool iInPowerSaveMode;
   127    };
   133    };
   128 
   134 
   129 #endif      // _XNANIMATIONAPADAPTER_H
   135 #endif      // _XNANIMATIONAPADAPTER_H
   130             
   136             
   131 // End of File
   137 // End of File