| class TWsGraphicId |
Identifies an abstract artwork
This is a piece of artwork that might be owned and authored by another process. A client can draw a piece of artwork, but that doesn't confer the ability to access the pixel representation of that artwork directly.
| Public Member Functions | |
|---|---|
| TWsGraphicId(TUninitialized) | |
| TWsGraphicId(TUid) | |
| TWsGraphicId(TInt) | |
| TWsGraphicId(const TWsGraphicId &) | |
| IMPORT_C TInt | Compare(const TWsGraphicId &) |
| IMPORT_C TInt | Id() |
| IMPORT_C TBool | IsId() |
| IMPORT_C TBool | IsUid() |
| IMPORT_C void | Set(TUid) |
| IMPORT_C void | Set(TInt) |
| IMPORT_C TUid | Uid() |
| Public Member Enumerations | |
|---|---|
| enum | TUninitialized { EUninitialized } |
| Private Attributes | |
|---|---|
| TUint | iFlags |
| TInt | iId |
| TInt | iWsGraphicIdSpare |
| IMPORT_C | TWsGraphicId | ( | const TWsGraphicId & | aCopy | ) |
| const TWsGraphicId & aCopy |
| IMPORT_C TInt | Compare | ( | const TWsGraphicId & | aOther | ) | const |
| const TWsGraphicId & aOther |