idlehomescreen/xmluirendering/renderingplugins/xnanimationfactory/inc/xnanimationadapter.h
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 11 ff572dfe6d86
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
   116         
   116         
   117     private: // Data
   117     private: // Data
   118         
   118         
   119         // UI node, not owned
   119         // UI node, not owned
   120         CXnNodePluginIf& iNode;
   120         CXnNodePluginIf& iNode;
   121     
       
   122         // display on(block) or off(none)
       
   123         TBool iDisplay;
       
   124         
       
   125         // Whether the animation started or not
       
   126         TBool iAnimationSarted;
       
   127        
   121        
   128         // Image Skind Id
   122         // Image Skind Id
   129         TAknsItemID iSkinId;
   123         TAknsItemID iSkinId;
   130        
   124        
   131         // Timer for animation, owned  
   125         // Timer for animation, owned