TWsGraphicMsgFixedBase Class Reference

class TWsGraphicMsgFixedBase

Base class for fixed-size messages to be attached to CWindowGc::DrawWsGraphic commands

Public Member Functions
IMPORT_C TPtrC8Pckg()
IMPORT_C TIntSize()
IMPORT_C TUidTypeId()
Protected Member Functions
TWsGraphicMsgFixedBase(TUid, TInt)
Private Attributes
const TIntiSize
const TUidiTypeId

Constructor & Destructor Documentation

TWsGraphicMsgFixedBase(TUid, TInt)

IMPORT_CTWsGraphicMsgFixedBase(TUidaTypeId,
TIntaSizeOfDerived
)[protected]
Protected constructor for subclasses to call Example:
TMyDerivedFixedMsg::TMyDerivedFixedMsg(): TWsGraphicMsgFixedBase(KUidMyDerivedType,sizeof(TMyDerivedFixedMsg)), ...

Parameters

TUid aTypeIdThe UID representing this type of data
TInt aSizeOfDerived

Member Functions Documentation

Pckg()

IMPORT_C TPtrC8Pckg()const

Size()

IMPORT_C TIntSize()const

TypeId()

IMPORT_C TUidTypeId()const

Member Data Documentation

const TInt iSize

const TIntiSize[private]

const TUid iTypeId

const TUidiTypeId[private]