phoneuis/BubbleManager/Inc/BMUtils.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
--- a/phoneuis/BubbleManager/Inc/BMUtils.h	Wed Sep 15 12:12:21 2010 +0300
+++ b/phoneuis/BubbleManager/Inc/BMUtils.h	Wed Oct 13 14:31:22 2010 +0300
@@ -431,6 +431,21 @@
             CEikImage*& aBubble );
             
         /**
+        * Makes bubble image transparent based on given 
+        * 9-piece mask frame.
+        * @since 3.1
+        * @param aFrameID Skin id for frame.
+        * @param aOuterRect Outer rectangle.
+        * @param aInnerRect Inner rectangle.
+        * @param aBubble Bubble image.
+        */
+        static void AddTransparencyToBubbleImageL(
+            const TAknsItemID& aFrameID,
+            const TRect& aOuterRect,
+            const TRect& aInnerRect,    
+            CEikImage*& aBubble );
+            
+        /**
         * Adds call object image to bubble image.
         * @since 3.1
         * @param aCOImage Image.