Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

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:

Inherited from CBase:

Inherited from CCHFContentHandler:


Construction and destruction


NewL(const TCHFContentHandlerParams &)

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(TAny *)

protected: inline CCHFEComContentHandler(TAny *aContentHandlerParams);

Description

Constructor.

Parameters

TAny *aContentHandlerParams

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