equal
deleted
inserted
replaced
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; |
515 |
532 |
516 private: // Private ConstructL |
533 private: // Private ConstructL |
517 |
534 |
518 /** |
535 /** |
519 * By default Symbian OS constructor is private. |
536 * By default Symbian OS constructor is private. |
625 |
642 |
626 /** |
643 /** |
627 * Wallpaper Type |
644 * Wallpaper Type |
628 */ |
645 */ |
629 TBool iWallpaperDefined; |
646 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; |
630 |
658 |
631 private: // Data |
659 private: // Data |
632 |
660 |
633 /** |
661 /** |
634 * Debug hook for client errors |
662 * Debug hook for client errors |