MAknsDataContext Class Reference
Interface that provides context sensitive control over data allocation. MAknsDataContext can be used to indicate need for specific skin items and thus to ensure that they are allocated before first use.
This is a public class with exported functions. The class is not usually intended for user derivation - concrete classes implementing the interface are provided by the library. See AknsUtils::CreateDataContextForContainerL() for further details.
AknSkins.lib
Constructor & Destructor Documentation
~MAknsDataContext()
~MAknsDataContext | ( | ) | [inline, virtual] |
Destructor. Destructor is only provided to enable deletion using base class pointer. Caller should never delete context retrieved using MObjectProvider interface.
Member Functions Documentation
ReleaseItem(const TAknsItemID &)
Indicates that specified item will no longer be used. Instructs the data context that the specified item will not be used by caller anymore. Exact behavior (e.g. whether cached instance is deallocated) depends on the cache policy of data context and skin instance. Controls should not usually call this method, but instead allow data context (in most cases implemented by a container) go out of scope.
Parameters
const TAknsItemID & aID | Item ID of the item to be released. |
ReserveItemL(const TAknsItemID &)
Reserves and allocates specified item. Instructs the data context that the specified item will be used by caller and should be allocated and cached by skin instance. Any control using cached skin items should reserve them, preferably in ConstructL(), by calling this method. Note that reservation does not guarantee that the item will be available in cache - it's only a tentative request for allocation.
- Since
- 2.0
-
Exceptions:
- If item data allocation fails, function leaves with error code.
Parameters
const TAknsItemID & aID | Item ID of the item to be reserved. |
Reserved1()
TInt
| Reserved1 | ( | ) | [protected, virtual] |
Reserved2()
TInt
| Reserved2 | ( | ) | [protected, virtual] |
SupplyMopObject(TTypeUid, MAknsDataContext *)
Returns type UID pointer that can be used in MopSupplyObject.
Parameters
TTypeUid aId | Type UID, should be the same that was given as aId parameter of MopSupplyObject. |
MAknsDataContext * aContext | Pointer to an MAknsDataContext instance. |
Member Enumerations Documentation
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.