TAknsBackground Class Reference

class TAknsBackground

Background information structure for EAknsCCOBackground .

This is an internal class that contains no exported functions. The class is not intended for derivation outside the library.

Since
2.0

Constructor & Destructor Documentation

TAknsBackground()

TAknsBackground ( )

Default C++ constructor. Initializes background layout structure to values iRect = (0,0,1,1), iImageID = KAknsIIDNone, iAttr = KAknsImageAttributeNone, iParentAbsolute = EFalse, iParentPos = (0,0) and iSecondLayout = NULL

Member Data Documentation

TAknsImageAttributeData iAttr

TAknsImageAttributeData iAttr

Attribute overloads (if any) to be applied to background.

TAknsItemID iImageID

TAknsItemID iImageID

Item ID of the image;

TAknsBackground * iNext

TAknsBackground * iNext

Pointer to the second layout. No ownership is implied. Default value is NULL.

TBool iParentAbsolute

TBool iParentAbsolute

Specifies whether absolute parent window coordinates are give in iParentLeft and iParentTop members.

TPoint iParentPos

TPoint iParentPos

The position of the top left corner of the parent window. If iParentAbsolute is ETrue, this value is in absolute screen coordinates. If iParentAbsolute is EFalse, this value must be (0,0).

TRect iRect

TRect iRect

The layout background bitmap area as a rectangle.