phoneuis/BubbleManager/Inc/BMUtils.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
   429             const TRect& aOuterRect,
   429             const TRect& aOuterRect,
   430             const TRect& aInnerRect,    
   430             const TRect& aInnerRect,    
   431             CEikImage*& aBubble );
   431             CEikImage*& aBubble );
   432             
   432             
   433         /**
   433         /**
       
   434         * Makes bubble image transparent based on given 
       
   435         * 9-piece mask frame.
       
   436         * @since 3.1
       
   437         * @param aFrameID Skin id for frame.
       
   438         * @param aOuterRect Outer rectangle.
       
   439         * @param aInnerRect Inner rectangle.
       
   440         * @param aBubble Bubble image.
       
   441         */
       
   442         static void AddTransparencyToBubbleImageL(
       
   443             const TAknsItemID& aFrameID,
       
   444             const TRect& aOuterRect,
       
   445             const TRect& aInnerRect,    
       
   446             CEikImage*& aBubble );
       
   447             
       
   448         /**
   434         * Adds call object image to bubble image.
   449         * Adds call object image to bubble image.
   435         * @since 3.1
   450         * @since 3.1
   436         * @param aCOImage Image.
   451         * @param aCOImage Image.
   437         * @param aCOImageMask Image mask.
   452         * @param aCOImageMask Image mask.
   438         * @param aCallObjectRect Call object location in bubble.
   453         * @param aCallObjectRect Call object location in bubble.