class TWsGraphicMsgFixedBase;
Description
Base class for fixed-size messages to be attached to CWindowGc::DrawWsGraphic(const TWsGraphicId &,const TRect &)
commands
Members
Defined in TWsGraphicMsgFixedBase
:
protected: IMPORT_C TWsGraphicMsgFixedBase(TUid aTypeId, TInt aSizeOfDerived);
Description
Protected constructor for subclasses to call
Example:
TMyDerivedFixedMsg::TMyDerivedFixedMsg(): TWsGraphicMsgFixedBase(KUidMyDerivedType,sizeof(TMyDerivedFixedMsg)), ...
Parameters
TUid aTypeId |
The UID representing this type of data
|
TInt aSizeOfDerived |
|
|
IMPORT_C TPtrC8 Pckg() const;
Description
Return value
IMPORT_C TUid TypeId() const;
Description
Return value
TUid
|
the UID identifying the type of the data that follows
|
|
IMPORT_C TInt Size() const;
Description
Return value
TInt
|
the size of the derived class (not including this fixed base class size)
|
|