AknListUtils Class Reference

class AknListUtils

Helper functions for Lists

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

Member Functions Documentation

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

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

Draws a separator line between list items.

Parameters

CGraphicsContext & aGcGraphics context where separator is drawn to.
const TRect & aRectRectangle occupied by the item that is separated.
const TRgb & aColorText color used in item. Separator is drawn with this color and additional alpha mask.
MAknsSkinInstance * aSkin = NULLSkin instance used to get the alpha value for the separator line color.