Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: cchftopparent.h
Link against: chf.lib

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

Class CCHFTopParent

class CCHFTopParent : public CCHFSession, public MCHFParent, public MCHFDiscoveryService, public MCHFEventMappingService;

Description

Base class for the one and only application's CHF Session object.

The class provides the API for the services that must be provided by the derived class for the Content Handling Framework to function. It holds a collection of services, including the discovery of private - client supplied - and plug-in components such as data suppliers and content handlers and event mapping services.

The derived class must call the BaseConstructL() as part of its construction sequence, preferably from its ConstructL().

Derivation

Members

Defined in CCHFTopParent:
BaseConstructL(), CCHFTopParent(), CCHFTopParent_Reserved_1(), CCHFTopParent_Reserved_2(), CCHFTopParent_Reserved_3(), CCHFTopParent_Reserved_4(), ~CCHFTopParent()

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

Inherited from CCHFSession:
CCHFSession_Reserved_1(), CCHFSession_Reserved_2(), CCHFSession_Reserved_3(), CCHFSession_Reserved_4(), DiscoveryService(), EventMappingService()

Inherited from MCHFDiscoveryService:
ContentHandlerL(), DataSupplierL(), MCHFDiscoveryService_Reserved_1(), MCHFDiscoveryService_Reserved_2(), MCHFDiscoveryService_Reserved_3(), MCHFDiscoveryService_Reserved_4()

Inherited from MCHFEventMappingService:
MCHFEventMappingService_Reserved_1(), MCHFEventMappingService_Reserved_2(), MCHFEventMappingService_Reserved_3(), MCHFEventMappingService_Reserved_4(), MapKeyEventL(), MapPointerEventL()

Inherited from MCHFParent:
HandleDrawRequestL(), HandleError(), HandleGenericRequestL(), HandleResizeRequestL(), MCHFParent_Reserved_1(), MCHFParent_Reserved_2(), MCHFParent_Reserved_3(), MCHFParent_Reserved_4(), ResolveUriL()

See also:


Construction and destruction


~CCHFTopParent()

virtual IMPORT_C ~CCHFTopParent();

Description

Destructor.


CCHFTopParent()

protected: IMPORT_C CCHFTopParent();

Description

Constructor.

[Top]


Member functions


BaseConstructL()

IMPORT_C void BaseConstructL();

Description

Base class initialiser.

This initialises the CCHFTopParent base class.


CCHFTopParent_Reserved_1()

private: virtual IMPORT_C void CCHFTopParent_Reserved_1();

Description


CCHFTopParent_Reserved_2()

private: virtual IMPORT_C void CCHFTopParent_Reserved_2();

Description


CCHFTopParent_Reserved_3()

private: virtual IMPORT_C void CCHFTopParent_Reserved_3();

Description


CCHFTopParent_Reserved_4()

private: virtual IMPORT_C void CCHFTopParent_Reserved_4();

Description