class CCch : public CBase |
Class for basic cch functionality, getting services
?good_class_usage_example(s)
cch
Public Member Functions | |
---|---|
~CCch () | |
IMPORT_C MCchUi & | CchUiApi () |
IMPORT_C TBool | ConnectivityDialogsAllowed () |
IMPORT_C CCchService * | GetService ( TInt ) |
IMPORT_C TInt | GetServiceIds ( RArray < TInt > &) |
IMPORT_C TInt | GetServices ( TCCHSubserviceType , RPointerArray < CCchService > &) |
IMPORT_C CCch * | NewL () |
IMPORT_C CCch * | NewLC () |
IMPORT_C void | SetConnectivityDialogsAllowed ( TBool ) |
Protected Member Functions | |
---|---|
CCch () |
Private Member Functions | |
---|---|
void | ConstructL () |
Private Attributes | |
---|---|
CCchImpl * | iImplementation |
IMPORT_C TBool | ConnectivityDialogsAllowed | ( | ) | const |
Returns ETrue if connectivity dialogs are allowed in service enabling.
IMPORT_C CCchService * | GetService | ( | TInt | aId | ) |
Returns one service
TInt aId | Service id |
IMPORT_C TInt | GetServiceIds | ( | RArray < TInt > & | aIds | ) | const |
Returns service ids of all configured services
IMPORT_C TInt | GetServices | ( | TCCHSubserviceType | aType, |
RPointerArray < CCchService > & | aServices | |||
) |
Returns services fulfilling the search criteria
TCCHSubserviceType aType | Service type |
RPointerArray < CCchService > & aServices | Array of CCchService to be filled |
IMPORT_C void | SetConnectivityDialogsAllowed | ( | TBool | aConnectivityDialogsAllowed | ) |
For allowing/disallowing connectivity dialogs showing in service enabling.
TBool aConnectivityDialogsAllowed | Boolean to set connectivity dialogs allowed/disallowed |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.