class TSgDrawableId |
This class is used to uniquely identify drawable resources. It represents an opaque 192-bit identifier that is unique across the system but not persistent.
Public Member Functions | |
---|---|
TBool | operator!= (const TSgDrawableId &) |
TBool | operator== (const TSgDrawableId &) |
Public Attributes | |
---|---|
TUint32 | iId |
TBool | operator!= | ( | const TSgDrawableId & | aId | ) | const [inline] |
Compares this identifier with another one to check if they are different.
const TSgDrawableId & aId | The other identifier to compare against. |
TBool | operator== | ( | const TSgDrawableId & | aId | ) | const [inline] |
Compares this identifier with another one to check if they are the same.
const TSgDrawableId & aId | The other identifier to compare against. |
TUint32 | iId |
The identifier stored as an array of six 32-bit integers. The contents have no meaning to the user, except that all zeros represents a null identifier.
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.