#include <w32std.h>
class TWsGraphicId |
Public Member Enumerations | |
---|---|
enum | TUninitialized { EUninitialized } |
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() |
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.
Enumerator | Value | Description |
---|---|---|
EUninitialized |
TWsGraphicId | ( | TUninitialized | ) | [inline] |
IMPORT_C | TWsGraphicId | ( | const TWsGraphicId & | aCopy | ) |
Copy constructor.
Parameters | |
---|---|
aCopy | Graphic artwork Id. |
IMPORT_C TInt | Compare | ( | const TWsGraphicId & | aOther | ) | const |
Compares another Id with this one.
IMPORT_C TInt | Id | ( | ) | const |
Returns the transient Id.
IMPORT_C TBool | IsId | ( | ) | const |
Identifies whether graphic artwork is transient.
IMPORT_C TBool | IsUid | ( | ) | const |
Identifies whether graphic artwork is non-transient.