This is a public class with exported functions. The class is not intended for derivation outside the library.
|
Public Member Functions |
virtual | ~CAknsListBoxBackgroundControlContext () |
| Destructor.
|
IMPORT_C void | SetTiledBitmap (const TAknsItemID &aID) |
| Sets the item ID of the tiled bitmap.
|
IMPORT_C void | SetTiledRect (const TRect &aRect) |
| Sets the layout rectangle of the tiled bitmap.
|
IMPORT_C void | SetBottomBitmap (const TAknsItemID &aID) |
| Sets the item ID of the bottom part bitmap.
|
IMPORT_C void | SetBottomRect (const TRect &aRect) |
| Sets the layout rectangle of the bottom part bitmap.
|
TBool | IsCompatibleWithType (const TAknsControlContextType aType) const |
| Determines whether this control context is compatible with the given derived type.
- Parameters:
-
| aType | Type of the derived control context class (one of the values in TAknsControlContextType). |
- Returns:
- ETrue if this control context instance is compatible with the given type (i.e. can be casted to the corresponding concrete class). EFalse otherwise.
|
TInt | UpdateContext () |
| Updates the control context, if necessary.
|
Static Public Member Functions |
static IMPORT_C CAknsListBoxBackgroundControlContext * | NewL (const TAknsItemID &aImageID, const TRect &aRect, const TBool aParentAbsolute, const TAknsItemID &aTiledBitmapID, const TRect &aTiledRect) |
| Two-phased constructor.
|
Protected Member Functions |
| CAknsListBoxBackgroundControlContext () |
| C++ constructor.
|
void | ConstructL (const TRect &aRect, const TBool aParentAbsolute, const TAknsItemID &aImageID, const TAknsItemID &aTiledBitmapID, const TRect &aTiledRect) |
| Symbian 2nd phase constructor.
|
Protected Attributes |
TAknsBackground * | iTiledLayout |
| Structure for tiled layout.
|
TAknsBackground * | iBottomLayout |
| Structure for bottom part layout.
|