Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: tchfcontenthandlerparams.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class TCHFContentHandlerParams

class TCHFContentHandlerParams;

Description

Encapsulates parameters used to initialise a content handler.

Members

Defined in TCHFContentHandlerParams:
TCHFContentHandlerParams(), iCHParent, iDataSupplier, iRenderingArea, iSession

See also:


Construction and destruction


TCHFContentHandlerParams()

inline TCHFContentHandlerParams(MCHFParent &aContentHandlerParent, CCHFSession &aCHFSession, TRect aRenderingArea, CCHFDataSupplier *aDataSupplier);

Description

Constructor.

Parameters

MCHFParent &aContentHandlerParent

Content handler's parent

CCHFSession &aCHFSession

CHF session to use

TRect aRenderingArea

Content handler's rendering window

CCHFDataSupplier *aDataSupplier

Content handler's data supplier

[Top]


Member data


iCHParent

MCHFParent & iCHParent;

Description

Content handler's parent


iSession

CCHFSession & iSession;

Description

CHF session to use


iRenderingArea

TRect iRenderingArea;

Description

Content handler's rendering window


iDataSupplier

CCHFDataSupplier * iDataSupplier;

Description

Content handler's data supplier