Location:
W32STD.H
Link against: ws32.lib
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.
Defined in TWsGraphicId
:
Compare()
, EUninitialized
, Id()
, IsId()
, IsUid()
, Set()
, Set()
, TUninitialized
, TWsGraphicId()
, TWsGraphicId()
, TWsGraphicId()
, TWsGraphicId()
, Uid()
IMPORT_C TWsGraphicId(TUid aUid);
Construct a UID
|
IMPORT_C TWsGraphicId(const TWsGraphicId &aCopy);
Copy constructor.
|
IMPORT_C TUid Uid() const;
Returns UID.
|
IMPORT_C TBool IsUid() const;
Identifies whether graphic artwork is non-transient.
|
IMPORT_C TInt Id() const;
Returns the transient Id.
|
IMPORT_C TBool IsId() const;
Identifies whether graphic artwork is transient.
|
IMPORT_C TInt Compare(const TWsGraphicId &aOther) const;
Compares another Id with this one.
|
|