API published in: S60 2nd Ed FP 3
Link against: aknicon.lib
Required Capabilities
None
#include <akniconsrvclient.h>
Public Member Functions |
|
RAknIconSrvClient () | |
C++ default constructor. |
|
void | InitializeIconL (CAknBitmap &aBitmap, CAknBitmap &aMask, TAknContentDimensions &aContentDimensions, const TAknIconParams &aInfo) const |
Initializes the given bitmap and mask according to the member data stored in them and the given pixel size. |
|
void | FreeBitmap (CAknBitmap &aBitmap) const |
Frees the shared bitmap. |
|
TInt | GetContentDimensions (CAknBitmap &aBitmap, TAknContentDimensions &aContentDimensions) const |
Gets content dimensions of the icon. |
|
TInt | PreserveIconData (CAknIconManager &aBitmap) const |
Preserves icon data (e.g. |
|
void | DestroyIconData (CAknIconManager &aBitmap) const |
Removes icon data (e.g. |
|
void | GetInitData (TAknIconInitData &aData) const |
Retrieves initialization data from server side. |
|
void | __SERVER_HEAP_MARK () const |
Test functions (debug only). |
|
void | __SERVER_HEAP_MARKEND () const |
void | __SERVER_HEAP_FAILNEXT (TInt aCount) const |
void | __SERVER_HEAP_FAILNEXT_INCREASING (TInt aCount) const |
void | __SERVER_HEAP_RESET () const |
void | __SERVER_RESET_DYNAMICALLY_CHANGING_ALLOCATIONS () const |
TInt | __SERVER_HEAP_USED () const |
void | __SERVER_SET_PREFERRED_ICON_DISPLAY_MODE (TDisplayMode aMode) const |
TInt | ConnectToServer () |
Connects to server. |
|
TInt | EnableCache (TBool aEnable) |
Enable or disable the AknIcon cache. |
|
Static Public Member Functions |
|
static IMPORT_C TInt | Connect () |
Connects AknIconSrv session. |
|
static IMPORT_C void | Disconnect () |
Disconnects the session. |
|
static RAknIconSrvClient * | GetSession () |
Returns the connected server client from TLS. |
|
C++ default constructor. |
|
|
|
Test functions (debug only). |
|
|
|
|
|
|
Connects AknIconSrv session. It is stored in TLS. Application framework calls this in application startup.
|
|
Connects to server.
|
|
Removes icon data (e.g. SVG-T DOM tree) from the memory.
|
|
Disconnects the session. |
|
Enable or disable the AknIcon cache.
|
|
Frees the shared bitmap.
|
|
Gets content dimensions of the icon.
|
|
Retrieves initialization data from server side.
|
|
Returns the connected server client from TLS.
|
|
Initializes the given bitmap and mask according to the member data stored in them and the given pixel size.
|
|
Preserves icon data (e.g. SVG-T DOM tree) in memory.
|