Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: cchfecomcontenthandler.h

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

Class CCHFEComContentHandler

class CCHFEComContentHandler : public CCHFContentHandler;

Description

This class serves as a base class for all content handlers that are provided via ECom plugins.

Derivation

Members

Defined in CCHFEComContentHandler:
CCHFEComContentHandler(), NewL(), ~CCHFEComContentHandler()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CCHFContentHandler:
BaseConstructL(), CCHFContentHandler_Reserved_1(), CCHFContentHandler_Reserved_2(), CCHFContentHandler_Reserved_3(), CCHFContentHandler_Reserved_4(), CommandL(), DataSupplier(), Draw(), GetDataSupplierObserver(), HandleAbstractKeyEventL(), HandleAbstractPointerEventL(), Parent(), Query(), Resize(), Session(), StartL(), iDataSupplier, iRenderingWindow


Construction and destruction


NewL()

static inline CCHFEComContentHandler *NewL(const TCHFContentHandlerParams &aContentHandlerParams);

Description

Factory for content handler's provided by ECom plug-ins.

Parameters

const TCHFContentHandlerParams &aContentHandlerParams

TCHFContentHandlerParams object with which to initialise the content handler.

Return value

CCHFEComContentHandler *

The content handler, or NULL if no matching plug-in could be found.


~CCHFEComContentHandler()

inline ~CCHFEComContentHandler();

Description

Destructor.


CCHFEComContentHandler()

protected: inline CCHFEComContentHandler(TAny *aContentHandlerParams);

Description

Constructor.

Parameters

TAny *aContentHandlerParams

Pointer to TCHFContentHandlerParams object with which to initialise the content handler.