CAlfAnchorLayoutHandler Class Reference

class CAlfAnchorLayoutHandler : public CAlfLayoutHandler

Inherits from

Constructor & Destructor Documentation

CAlfAnchorLayoutHandler(MAlfInterfaceProvider &)

IMPORT_C CAlfAnchorLayoutHandler ( MAlfInterfaceProvider & aResolver )

Parameters

MAlfInterfaceProvider & aResolver

~CAlfAnchorLayoutHandler()

IMPORT_C ~CAlfAnchorLayoutHandler ( ) [protected]

Member Functions Documentation

ConstructL(CHuiVisual *, CHuiControl &, CHuiLayout *)

IMPORT_C void ConstructL ( CHuiVisual * aVisual,
CHuiControl & aOwner,
CHuiLayout * aParentLayout
) [virtual]

Second phase constructor.

Parameters

CHuiVisual * aVisual
CHuiControl & aOwner The owner control of this visual.
CHuiLayout * aParentLayout The parent layout of this visual.

GetInterface(const THuiInterfaceSupport &)

IMPORT_C TAny * GetInterface ( const THuiInterfaceSupport & aInterface )

Gets the hui visual handled by this class.

Parameters

const THuiInterfaceSupport & aInterface Return parameter containing the visual.

HandleCmdL(TInt, const TDesC8 &, TDes8 &)

IMPORT_C void HandleCmdL ( TInt aCommandId,
const TDesC8 & aInputBuffer,
TDes8 & aResponse
)

Handle a command for this visual that has come from the client. TAlfredServerIPC

Parameters

TInt aCommandId The TAlfredServerIPC enum specifying what command to execute.
const TDesC8 & aInputBuffer The input parameters for this command, will be cast to the correct types internally.
TDes8 & aResponse The return value for this command. Will be cast to correct type at the client side.

NewL(MAlfInterfaceProvider &, CHuiControl *, CHuiLayout *)

IMPORT_C MAlfExtension * NewL ( MAlfInterfaceProvider & aResolver,
CHuiControl * aOwner,
CHuiLayout * aParentLayout
) [static]

Constructor.

Parameters

MAlfInterfaceProvider & aResolver The resolver for this visual handler.
CHuiControl * aOwner The owner control of this visual.
CHuiLayout * aParentLayout The parent layout of this visual.

Release()

IMPORT_C void Release ( )

Release this visual handler.

VisualHandlerExtension(const TUid &, TAny **)

IMPORT_C void VisualHandlerExtension ( const TUid & aExtensionUid,
TAny ** aExtensionParameters
) [protected, virtual]

Parameters

const TUid & aExtensionUid
TAny ** aExtensionParameters

Member Data Documentation

TAny * iSpare

TAny * iSpare [private]