idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
equal deleted inserted replaced
93:b01126ce0bec 102:ba63c83f4716
   324     /*
   324     /*
   325      * Flag to indicate wheter wallpaper information needs
   325      * Flag to indicate wheter wallpaper information needs
   326      * to be stored to AknsWallpaperUtils
   326      * to be stored to AknsWallpaperUtils
   327      */
   327      */
   328     TBool iStoreWallpaper;
   328     TBool iStoreWallpaper;
   329     
       
   330     /** 
       
   331      * Pointer to wallpaper image. 
       
   332      * Usually wallpaper is read from active view data, but in case of 
       
   333      * finger follow swipe, wallpaper is changed during the page switch. 
       
   334      * Therefore this is used only during finger follow. 
       
   335      * 
       
   336      * Not own. 
       
   337      */   
       
   338     mutable CFbsBitmap* iWallpaper;
       
   339 
       
   340     /*
       
   341      * Flag to indicate to use bitmap stored in iWallpaper 
       
   342      * instead of reading it from CXnViewData. 
       
   343      * This is used when page is being changed with finger follow swipe.
       
   344      */
       
   345     mutable TBool iImageChanged;
       
   346     };
   329     };
   347 
   330 
   348 #endif      // CXNBACKGROUNDMANAGER_H
   331 #endif      // CXNBACKGROUNDMANAGER_H
   349 
   332 
   350 // End of File
   333 // End of File