Values for skin object types (given as aObject parameter for MAknsControlContext::SupplySkinObject).
Enumerator | Value | Description |
---|---|---|
EAknsCCOBackground | 0 |
Item ID for layout background. MAknsControlContext::SupplySkinObject should return a pointer to TAknsBackground or NULL (default used).
|
EAknsCCOParentContext | 1 |
Pointer to parent context. MAknsControlContext::SupplySkinObject should return a pointer to the parent context (of type MAknsControlContext) or NULL (no parent context).
|
Control context type enumeration.
Enumerator | Value | Description |
---|---|---|
EAknsControlContextTypeUnknown | 0 |
Unknown type. The control context can only be assumed to be compatible with MAknsControlContext.
|
EAknsControlContextTypeBasic | 1 |
The control context type for CAknsBasicBackgroundControlContext (and derived types).
|
EAknsControlContextTypeLayered | 2 |
The control context type for CAknsLayeredBackgroundControlContext (and derived types).
|
EAknsControlContextTypeListBox | 3 |
The control context type for CAknsListBoxBackgroundControlContext (and derived types).
|
EAknsControlContextTypeFrame | 4 |
The control context type for CAknsFrameBackgroundControlContext (and derived types).
|
EAknsControlContextTypeCombined | 5 |
The control context type for CAknsCombinedBackgroundControlContext (and derived types).
|
EAknsControlContextTypeMasked | 6 |
The control context type for CAknsMaskedFrameBackgroundControlContext (and derived types).
|