AknsDrawUtils.h File Reference

KAknsDrawParamDefault

const TIntKAknsDrawParamDefault[static]

Default value for drawing parameters.

Since
2.0

KAknsDrawParamLimitToFirstLevel

const TIntKAknsDrawParamLimitToFirstLevel[static]

Drawing parameter that limits processing of layout levels to the first one. This can be used to temporarily disable secondary layout levels.

Since
2.0

KAknsDrawParamNoClearUnderImage

const TIntKAknsDrawParamNoClearUnderImage[static]

Drawing parameter that suspends clearing under images. Only the first layout level is affected.

Since
2.0

KAknsDrawParamPrepareOnly

const TIntKAknsDrawParamPrepareOnly[static]

Drawing parameter that causes the layouts and bitmaps to be prepared, but no actual drawing takes place.

Since
2.8

KAknsDrawParamRGBOnly

const TIntKAknsDrawParamRGBOnly[static]

Drawing parameter that draws only the RGB channel of data.

Since
3.0

KAknsSDMAlphaOnly

const TIntKAknsSDMAlphaOnly[static]

Drawing parameter that draws only the alpha channel of data. If the data is unmasked, the result is undefined.

Since
3.0

KAknsDrawParamChained

const TIntKAknsDrawParamChained[static]

Drawing parameter that allows empty SCALABLEITEMS to use the parent bitmap directly

Since
3.0

KAknsDrawParamBottomLevelRGBOnly

const TIntKAknsDrawParamBottomLevelRGBOnly[static]

Forces drawing the bottom level in chain to use RGBOnly. Bottom level is the first drawn level, visually the bottom most level.

Since
3.0

KAknsDrawParamIgnoreLayerMask

const TIntKAknsDrawParamIgnoreLayerMask[static]

Ignores layer mask when drawing layers.

Since
3.2

Enum TSlidingMode

Direction, from where notes and queries slide to the screen.

Since
3.1
EnumeratorValueDescription
ESlidingDisabled0

Sliding is disabled either by skin or compile time

ESlidingFromCBA

Slide from the CBA side

ESlidingFromLeft

Slide from left

ESlidingFromTopLeft

Slide from topleft

ESlidingFromTop

Slide from top

ESlidingFromTopRight

Slide from topright

ESlidingFromRight

Slide from right

ESlidingFromBottomRight

Slide from bottomright

ESlidingFromBottom

Slide from bottom

ESlidingFromBottomLeft

Slide from bottomleft

ESlidingFromRandom

Slide from random direction (any of the 8 directions)