classicui_pub/ui_framework_utilities_api/inc/AknUtils.h
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 10 9f56a4e1b8ab
--- a/classicui_pub/ui_framework_utilities_api/inc/AknUtils.h	Tue Feb 02 01:00:49 2010 +0200
+++ b/classicui_pub/ui_framework_utilities_api/inc/AknUtils.h	Fri Feb 19 23:04:46 2010 +0200
@@ -2700,6 +2700,27 @@
         CCoeControl* aControl );
     };
 
+
+/**
+ * Helper functions for Lists
+ * 
+ * @since S60 v5.2
+ */
+class AknListUtils
+    {
+public:
+    /** 
+     * Draws a separator line between list items.
+     * 
+     * @param aGc       Graphics context where separator is drawn to.
+     * @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.
+     */
+    IMPORT_C static void DrawSeparator( CGraphicsContext& aGc, 
+        const TRect& aRect, const TRgb& aColor );
+    };
+
 #endif //  __AKNUTILS_H__
 
 // End of file