Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class CCHFSession

class CCHFSession : public CBase;

Description

CHF framework session.

A session provides access to the services provided by the CHF framework. These services are the discovery service, which finds content handlers, and the event mapping service, which maps key or pointer events to abstract events.

Derivation

Members

Defined in CCHFSession:

Inherited from CBase:


Construction and destruction


~CCHFSession()

IMPORT_C virtual ~CCHFSession();

Description

Destructor.

This deletes the session's services.


CCHFSession()

protected: IMPORT_C CCHFSession();

Description

Default constructor.

[Top]


Member functions


DiscoveryService()const

IMPORT_C CCHFDiscoveryService& DiscoveryService() const;

Description

Gets the session's discovery service.

Return value

CCHFDiscoveryService &

Discovery service.


EventMappingService()const

IMPORT_C CCHFEventMappingService& EventMappingService() const;

Description

Gets the session's event mapping service.

Return value

CCHFEventMappingService &

Event mapping service.


BaseConstructL(MCHFDiscoveryService &,MCHFEventMappingService &)

protected: IMPORT_C void BaseConstructL(MCHFDiscoveryService &aDiscoveryHook, MCHFEventMappingService &aAppEventMapper);

Description

Second phase constructor to construct the session's services.

Parameters

MCHFDiscoveryService &aDiscoveryHook

Hook into the discovery service

MCHFEventMappingService &aAppEventMapper

Hook into the event mapping service


CCHFSession_Reserved_1()

private: IMPORT_C virtual void CCHFSession_Reserved_1();

Description


CCHFSession_Reserved_2()

private: IMPORT_C virtual void CCHFSession_Reserved_2();

Description


CCHFSession_Reserved_3()

private: IMPORT_C virtual void CCHFSession_Reserved_3();

Description


CCHFSession_Reserved_4()

private: IMPORT_C virtual void CCHFSession_Reserved_4();

Description