#include <mw/AknsItemID.h>
Link against: AknSkinSrv.lib
class TAknsItemID |
Public Attributes | |
---|---|
TInt | iMajor |
TInt | iMinor |
Public Member Functions | |
---|---|
IMPORT_C TInt | LinearOrder(const TAknsItemID &, const TAknsItemID &) |
void | Set(const TInt, const TInt) |
void | Set(const TUid, const TInt) |
void | Set(const TAknsItemID &) |
Item identifier used to identify items supplied through skin interfaces. 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.
TInt | iMajor |
Major part of the item ID as an integer.
TInt | iMinor |
Minor part of the item ID as an integer.
IMPORT_C TInt | LinearOrder | ( | const TAknsItemID & | aFirst, |
const TAknsItemID & | aSecond | |||
) | [static] |
Determines the order of two TAknsItemID objects. Implements an algorithm that determines the order of two item ID objects.
Parameters | |
---|---|
aFirst | Constant reference to the first object to be compared. |
aSecond | Constant reference to the second object to be compared. |
void | Set | ( | const TAknsItemID & | aID | ) | [inline] |
Sets major and minor parts according to the given item ID.
Parameters | |
---|---|
aID | Item ID to be used to get the values. |