Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <cchftopparent.h>
Link against: chf.lib
This item is not part of the S60 5th Edition SDK

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 CCHFTopParent::BaseConstructL() as part of its construction sequence, preferably from its ConstructL().

Derivation

Members

Defined in CCHFTopParent:

Inherited from CBase:

Inherited from CCHFSession:

Inherited from MCHFDiscoveryService:

Inherited from MCHFEventMappingService:

Inherited from MCHFParent:

See also:


Construction and destruction


~CCHFTopParent()

IMPORT_C virtual ~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: IMPORT_C virtual void CCHFTopParent_Reserved_1();

Description


CCHFTopParent_Reserved_2()

private: IMPORT_C virtual void CCHFTopParent_Reserved_2();

Description


CCHFTopParent_Reserved_3()

private: IMPORT_C virtual void CCHFTopParent_Reserved_3();

Description


CCHFTopParent_Reserved_4()

private: IMPORT_C virtual void CCHFTopParent_Reserved_4();

Description