Location:
cchfecomcontenthandler.h
class CCHFEComContentHandler : public CCHFContentHandler;
This class serves as a base class for all content handlers that are provided via ECom plugins.
CBase
- Base class for all classes to be instantiated on the heap
CCHFContentHandler
- Content Handler base class
CCHFEComContentHandler
- This class serves as a base class for all content handlers that are provided via ECom plugins
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
static inline CCHFEComContentHandler *NewL(const TCHFContentHandlerParams &aContentHandlerParams);
Factory for content handler's provided by ECom plug-ins.
|
|
protected: inline CCHFEComContentHandler(TAny *aContentHandlerParams);
Constructor.
|