AknsControlContext.h File Reference

Enum TAknsCCObject

Values for skin object types (given as aObject parameter for MAknsControlContext::SupplySkinObject).

Since
2.0
EnumeratorValueDescription
EAknsCCOBackground0

Item ID for layout background.

MAknsControlContext::SupplySkinObject should return a pointer to TAknsBackground or NULL (default used).

Since
2.0
EAknsCCOParentContext1

Pointer to parent context.

MAknsControlContext::SupplySkinObject should return a pointer to the parent context (of type MAknsControlContext) or NULL (no parent context).

Since
2.6

Enum TAknsControlContextType

Control context type enumeration.

Since
2.0
EnumeratorValueDescription
EAknsControlContextTypeUnknown0

Unknown type. The control context can only be assumed to be compatible with MAknsControlContext.

Since
2.0
EAknsControlContextTypeBasic1

The control context type for CAknsBasicBackgroundControlContext (and derived types).

Since
2.0
EAknsControlContextTypeLayered2

The control context type for CAknsLayeredBackgroundControlContext (and derived types).

Since
2.0
EAknsControlContextTypeListBox3

The control context type for CAknsListBoxBackgroundControlContext (and derived types).

Since
2.0
EAknsControlContextTypeFrame4

The control context type for CAknsFrameBackgroundControlContext (and derived types).

Since
2.0
EAknsControlContextTypeCombined5

The control context type for CAknsCombinedBackgroundControlContext (and derived types).

Since
3.2
EAknsControlContextTypeMasked6

The control context type for CAknsMaskedFrameBackgroundControlContext (and derived types).

Since
3.2