AknsSkinInstance.h File Reference

Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib

Capability Information

Required Capabilities

None


#include <e32std.h>
#include <
AknsDataContext.h>
#include <AknsItemData.h>

Go to the source code of this file.


Data Structures

class  MAknsSkinInstance
 Interface to skin instance. More...

Enumerations

enum  TAknsClientError { EAknsClientErrorUnspecified = 0, EAknsClientErrorOOM = -4 }
 Type enumeration for skin client errors. More...
enum  TAknsSkinChangeReason { ENormalSkinChange = 0, EMorphingStateChange = 1, EWallpaperChange = 2 }
 Type enumeration for the last skin change reason. More...

Enumeration Type Documentation

enum TAknsClientError
 

Type enumeration for skin client errors.

Since:
2.0
Enumerator:
EAknsClientErrorUnspecified  Unspecified error.
EAknsClientErrorOOM  Out of memory.
Since:
2.5
enum TAknsSkinChangeReason
 

Type enumeration for the last skin change reason.

Since:
3.1
Enumerator:
ENormalSkinChange 
EMorphingStateChange 
EWallpaperChange 

Copyright © Nokia Corporation 2001-2007
Back to top