|
||
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(const TWsGraphicId &)const
Compares another Id with this one. EUninitialized
Id()const
Returns the transient Id. IsId()const
Identifies whether graphic artwork is transient. IsUid()const
Identifies whether graphic artwork is non-transient. Set(TInt)
Set to be a transient Id Set(TUid)
Set to be a UID TUninitialized
TWsGraphicId(TInt)
Construct a transient Id TWsGraphicId(TUid)
Construct a UID TWsGraphicId(TUninitialized)
TWsGraphicId(const TWsGraphicId &)
Copy constructor. Uid()const
Returns 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.
|
|