AknListUtils Class Reference

#include <mw/AknUtils.h>

class AknListUtils
Public Member Functions
IMPORT_C voidDrawSeparator(CGraphicsContext &, const TRect &, const TRgb &, MAknsSkinInstance *)

Detailed Description

Helper functions for Lists

Since
S60 v5.2

Member Function 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.

ParameterDescription
aGcGraphics context where separator is drawn to.
aRectRectangle occupied by the item that is separated.
aColorText color used in item. Separator is drawn with this color and additional alpha mask.
aSkinSkin instance used to get the alpha value for the separator line color.