Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib
None
#include <AknsBasicBackgroundControlContext.h>
Inherits MAknsControlContext.
Inherited by CAknsLayeredBackgroundControlContext, and CAknsListBoxBackgroundControlContext.
This is a public class with exported functions. The class is not intended for derivation outside the library.
Public Member Functions |
||||
| virtual | ~CAknsBasicBackgroundControlContext () | |||
| Destructor. |
||||
| IMPORT_C void | SetBitmap (const TAknsItemID &aID) | |||
| Sets the item ID of the background bitmap. |
||||
| IMPORT_C void | SetRect (const TRect &aRect) | |||
| Sets the layout rectangle of the bitmap. |
||||
| IMPORT_C void | SetParentPos (const TPoint &aPos) | |||
| Sets the parent position for the layout. |
||||
| IMPORT_C void | SetParentContext (MAknsControlContext *aParentContext) | |||
| Sets the parent context (drawn beneath the context itself). |
||||
| TInt | SupplySkinParameter (TAknsCCParameter aParam) | |||
| Provides context specific integer parameter.
|
||||
| TAny * | SupplySkinObject (TAknsCCObject aObject) | |||
| Provides context specific object.
|
||||
| TBool | IsCompatibleWithType (const TAknsControlContextType aType) const | |||
| Determines whether this control context is compatible with the given derived type.
|
||||
Static Public Member Functions |
||||
| static IMPORT_C CAknsBasicBackgroundControlContext * | NewL (const TAknsItemID &aImageID, const TRect &aRect, TBool aParentAbsolute) | |||
| Two-phased constructor. |
||||
Protected Member Functions |
||||
| CAknsBasicBackgroundControlContext () | ||||
| C++ constructor. |
||||
| void | ConstructL (const TRect &aRect, TBool aParentAbsolute, const TAknsItemID &aImageID) | |||
| Symbian 2nd phase constructor. |
||||
Protected Attributes |
||||
| TAknsBackground * | iLayout | |||
| MAknsControlContext * | iParentContext | |||
|
|
Destructor. |
|
|
C++ constructor. |
|
||||||||||||||||
|
Symbian 2nd phase constructor. |
|
|
Determines whether this control context is compatible with the given derived type.
Implements MAknsControlContext. Reimplemented in CAknsFrameBackgroundControlContext, CAknsLayeredBackgroundControlContext, and CAknsListBoxBackgroundControlContext. |
|
||||||||||||||||
|
Two-phased constructor.
|
|
|
Sets the item ID of the background bitmap.
|
|
|
Sets the parent context (drawn beneath the context itself). No ownership is claimed. The parent context object must be valid as long as it is set as parent context.
|
|
|
Sets the parent position for the layout. This is only used if parent absolute layout was enabled during construction.
|
|
|
Sets the layout rectangle of the bitmap.
|
|
|
Provides context specific object.
Implements MAknsControlContext. |
|
|
Provides context specific integer parameter.
Implements MAknsControlContext. |
|
|