| const TInt | KAknsDrawParamDefault | [static] |
Default value for drawing parameters.
| const TInt | KAknsDrawParamLimitToFirstLevel | [static] |
Drawing parameter that limits processing of layout levels to the first one. This can be used to temporarily disable secondary layout levels.
| const TInt | KAknsDrawParamNoClearUnderImage | [static] |
Drawing parameter that suspends clearing under images. Only the first layout level is affected.
| const TInt | KAknsDrawParamPrepareOnly | [static] |
Drawing parameter that causes the layouts and bitmaps to be prepared, but no actual drawing takes place.
| const TInt | KAknsDrawParamRGBOnly | [static] |
Drawing parameter that draws only the RGB channel of data.
| const TInt | KAknsSDMAlphaOnly | [static] |
Drawing parameter that draws only the alpha channel of data. If the data is unmasked, the result is undefined.
| const TInt | KAknsDrawParamChained | [static] |
Drawing parameter that allows empty SCALABLEITEMS to use the parent bitmap directly
| const TInt | KAknsDrawParamBottomLevelRGBOnly | [static] |
Forces drawing the bottom level in chain to use RGBOnly. Bottom level is the first drawn level, visually the bottom most level.
| const TInt | KAknsDrawParamIgnoreLayerMask | [static] |
Ignores layer mask when drawing layers.
Direction, from where notes and queries slide to the screen.
| Enumerator | Value | Description |
|---|---|---|
| ESlidingDisabled | 0 |
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) |