Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <tchfcontenthandlerparams.h>
This item is not part of the S60 5th Edition SDK

Class TCHFContentHandlerParams

class TCHFContentHandlerParams;

Description

Encapsulates parameters used to initialise a content handler.

Members

Defined in TCHFContentHandlerParams:

See also:


Construction and destruction


TCHFContentHandlerParams(MCHFParent &,CCHFSession &,TRect,CCHFDataSupplier *)

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