CCch Class Reference

class CCch : public CBase

Class for basic cch functionality, getting services

   ?good_class_usage_example(s)

cch

Inherits from

Constructor & Destructor Documentation

CCch()

CCch()[protected]

The constructor

~CCch()

~CCch()

Destructor.

Member Functions Documentation

CchUiApi()

IMPORT_C MCchUi &CchUiApi()const

For getting cchui api.

ConnectivityDialogsAllowed()

IMPORT_C TBoolConnectivityDialogsAllowed()const

Returns ETrue if connectivity dialogs are allowed in service enabling.

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

GetService(TInt)

IMPORT_C CCchService *GetService(TIntaId)

Returns one service

Parameters

TInt aIdService id

GetServiceIds(RArray< TInt > &)

IMPORT_C TIntGetServiceIds(RArray< TInt > &aIds)const

Returns service ids of all configured services

Parameters

RArray< TInt > & aIdsArray of TInt to be filled with ids

GetServices(TCCHSubserviceType, RPointerArray< CCchService > &)

IMPORT_C TIntGetServices(TCCHSubserviceTypeaType,
RPointerArray< CCchService > &aServices
)

Returns services fulfilling the search criteria

Parameters

TCCHSubserviceType aTypeService type
RPointerArray< CCchService > & aServicesArray of CCchService to be filled

NewL()

IMPORT_C CCch *NewL()[static]

Two-phased constructor.

NewLC()

IMPORT_C CCch *NewLC()[static]

Two-phased constructor.

SetConnectivityDialogsAllowed(TBool)

IMPORT_C voidSetConnectivityDialogsAllowed(TBoolaConnectivityDialogsAllowed)

For allowing/disallowing connectivity dialogs showing in service enabling.

Parameters

TBool aConnectivityDialogsAllowedBoolean to set connectivity dialogs allowed/disallowed

Member Data Documentation

CCchImpl * iImplementation

CCchImpl *iImplementation[private]

Cch client implementation Own.