TWsGraphicMsgFixedBase Class Reference

class TWsGraphicMsgFixedBase

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

Public Member Functions
IMPORT_C TPtrC8 Pckg ()
IMPORT_C TInt Size ()
IMPORT_C TUid TypeId ()
Protected Member Functions
TWsGraphicMsgFixedBase ( TUid , TInt )
Private Attributes
const TInt iSize
const TUid iTypeId

Constructor & Destructor Documentation

TWsGraphicMsgFixedBase(TUid, TInt)

IMPORT_C TWsGraphicMsgFixedBase ( TUid aTypeId,
TInt aSizeOfDerived
) [protected]
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

Member Functions Documentation

Pckg()

IMPORT_C TPtrC8 Pckg ( ) const

Size()

IMPORT_C TInt Size ( ) const

TypeId()

IMPORT_C TUid TypeId ( ) const

Member Data Documentation

const TInt iSize

const TInt iSize [private]

const TUid iTypeId

const TUid iTypeId [private]