AknListUtils Class Reference

class AknListUtils

Helper functions for Lists

Since
S60 v5.2
Public Member Functions
IMPORT_C void DrawSeparator ( CGraphicsContext &, const TRect &, const TRgb &, MAknsSkinInstance *)

Member Functions Documentation

DrawSeparator(CGraphicsContext &, const TRect &, const TRgb &, MAknsSkinInstance *)

IMPORT_C void DrawSeparator ( CGraphicsContext & aGc,
const TRect & aRect,
const TRgb & aColor,
MAknsSkinInstance * aSkin = NULL
) [static]

Draws a separator line between list items.

Parameters

CGraphicsContext & aGc Graphics context where separator is drawn to.
const TRect & aRect Rectangle occupied by the item that is separated.
const TRgb & aColor Text color used in item. Separator is drawn with this color and additional alpha mask.
MAknsSkinInstance * aSkin = NULL Skin instance used to get the alpha value for the separator line color.