classicui_pub/ui_framework_utilities_api/inc/AknUtils.h
branchRCL_3
changeset 10 9f56a4e1b8ab
parent 4 8ca85d2f0db7
--- a/classicui_pub/ui_framework_utilities_api/inc/AknUtils.h	Fri Mar 12 15:43:43 2010 +0200
+++ b/classicui_pub/ui_framework_utilities_api/inc/AknUtils.h	Mon Mar 15 12:41:34 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -81,6 +81,7 @@
 class TAknWindowLineLayout;
 class TAknMultiLineTextLayout;
 class TAknTextLineLayout;
+class MAknsSkinInstance;
 
 /**
  * Egul library had methods to clip text from right side, this class includes methods to clip from both sides.
@@ -2716,9 +2717,13 @@
      * @param aRect     Rectangle occupied by the item that is separated.
      * @param aColor    Text color used in item. Separator is drawn with this
      *                  color and additional alpha mask.
+     * @param aSkin		Skin instance used to get the alpha value
+     *                  for the separator line color.
      */
     IMPORT_C static void DrawSeparator( CGraphicsContext& aGc, 
-        const TRect& aRect, const TRgb& aColor );
+                                        const TRect& aRect,
+                                        const TRgb& aColor,
+                                        MAknsSkinInstance* aSkin = NULL );
     };
 
 #endif //  __AKNUTILS_H__