class 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.
AknSkinSrv.lib
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 &) |
Public Attributes | |
---|---|
TInt | iMajor |
TInt | iMinor |
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.
const TAknsItemID & aFirst | Constant reference to the first object to be compared. |
const TAknsItemID & aSecond | Constant reference to the second object to be compared. |
void | Set | ( | const TInt | aMajor, |
const TInt | aMinor | |||
) | [inline] |
Sets specified major and minor parts.
void | Set | ( | const TUid | aMajor, |
const TInt | aMinor | |||
) | [inline] |
Sets specified major and minor parts where major part is given as a UID.
void | Set | ( | const TAknsItemID & | aID | ) | [inline] |
Sets major and minor parts according to the given item ID.
const TAknsItemID & aID | Item ID to be used to get the values. |
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.