skins/AknSkins/inc/AknsAppSkinInstance.h
branchRCL_3
changeset 106 e4e3998ddda2
parent 58 a2f9480e2280
child 107 9f95a5546443
equal deleted inserted replaced
100:9dbe1b043bea 106:e4e3998ddda2
   510         /**
   510         /**
   511         * Get if wallpaper defined.
   511         * Get if wallpaper defined.
   512         * @return if wallpaper defined.
   512         * @return if wallpaper defined.
   513         */       
   513         */       
   514         TBool WallpaperDefined( ) const;
   514         TBool WallpaperDefined( ) const;
   515         
       
   516         /**
       
   517          * Sets the flag indicating whether animation background should be used
       
   518          * in the scope of the current AppUi.
       
   519          * 
       
   520          * @param Value of the flag as TBool.
       
   521          */
       
   522         void SetAnimationBackgroundDisabledL( TBool aDisabled );
       
   523         
       
   524         /**
       
   525          * Queries whether animation background should be used for newly created
       
   526          * current AppUi.
       
   527          *
       
   528          * @return ETrue if animation background is disabled, EFalse
       
   529          *         otherwise. The default value is EFalse.
       
   530          */        
       
   531         TBool AnimationBackgroundDisabled() const;
       
   532 
   515 
   533     private: // Private ConstructL
   516     private: // Private ConstructL
   534 
   517 
   535         /**
   518         /**
   536         * By default Symbian OS constructor is private.
   519         * By default Symbian OS constructor is private.
   642         
   625         
   643         /**
   626         /**
   644         * Wallpaper Type
   627         * Wallpaper Type
   645         */
   628         */
   646         TBool iWallpaperDefined;
   629         TBool iWallpaperDefined;
   647         
       
   648         /**
       
   649          * Flag indicating whether default skin parameters should be used
       
   650          * for newly created Avkon controls.
       
   651          */
       
   652         TBool iAnimationBackgroundDisabled;
       
   653         
       
   654         /**
       
   655         * Application UID
       
   656         */
       
   657         TUid iAppUid;
       
   658 
   630 
   659     private: // Data
   631     private: // Data
   660 
   632 
   661         /**
   633         /**
   662         * Debug hook for client errors
   634         * Debug hook for client errors