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.
Public Member Functions | |
---|---|
TAknsBackground() |
Public Attributes | |
---|---|
TAknsImageAttributeData | iAttr |
TAknsItemID | iImageID |
TAknsBackground * | iNext |
TBool | iParentAbsolute |
TPoint | iParentPos |
TRect | iRect |
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
TAknsImageAttributeData | iAttr |
Attribute overloads (if any) to be applied to background.
TAknsBackground * | iNext |
Pointer to the second layout. No ownership is implied. Default value is NULL.
TBool | iParentAbsolute |
Specifies whether absolute parent window coordinates are give in iParentLeft and iParentTop members.
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).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.