Link against: aknskins.lib aknskinsrv.lib aknswallpaperutils.lib 
 None
#include <AknsItemID.h>
      
      Item ID consists of two integers: major and minor parts of the ID.
Note that only LinearOrder() member function requires linking against the library, all the other methods are inlined.
Public Member Functions | 
         |
| void | Set (const TInt aMajor, const TInt aMinor) | 
| Sets specified major and minor parts.   | 
         |
| void | Set (const TUid aMajor, const TInt aMinor) | 
| Sets specified major and minor parts where major part is given as a UID.   | 
         |
| void | Set (const TAknsItemID &aID) | 
| Sets major and minor parts according to the given item ID.   | 
         |
Static Public Member Functions | 
         |
| static IMPORT_C TInt | LinearOrder (const TAknsItemID &aFirst, const TAknsItemID &aSecond) | 
| Determines the order of two TAknsItemID objects.   | 
         |
Data Fields | 
         |
| TInt | iMajor | 
| Major part of the item ID as an integer.   | 
         |
| TInt | iMinor | 
| Minor part of the item ID as an integer.   | 
         |
               
               
  | 
         ||||||||||||
| 
               
               
                Determines the order of two TAknsItemID objects. Implements an algorithm that determines the order of two item ID objects. 
 
 
  | 
         
               
               
  | 
         
| 
               
               
                Sets major and minor parts according to the given item ID. 
  | 
         
               
               
  | 
         ||||||||||||
| 
               
               
                Sets specified major and minor parts where major part is given as a UID. 
  | 
         
               
               
  | 
         ||||||||||||
| 
               
               
                Sets specified major and minor parts. 
  | 
         
               
               
  | 
         
| 
               
               
                Major part of the item ID as an integer.  | 
         
               
               
  | 
         
| 
               
               
                Minor part of the item ID as an integer.  |