diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_feature_checker.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_feature_checker.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,134 @@ + + +TB10.1 Example Applications: CFeatureChecker Class Reference + + + + +

CFeatureChecker Class Reference

+

+List of all members. + + + + + + + + + + + + + + + + +

Public Member Functions

virtual ~CFeatureChecker ()
virtual void HandleNotifyChange (TFeatureChangeType aType, TFeatureEntry aFeature)
virtual void HandleNotifyError (TInt aError)
void NotifyFeatureL ()

Static Public Member Functions

+static CFeatureCheckerNewL ()

Protected Member Functions

+void ConstructL ()
+


Detailed Description

+This class implements the MFeatureObserver interface methods to receive notification of changes to features. +

Definition at line 25 of file FeatureChecker.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
CFeatureChecker::~CFeatureChecker (  )  [virtual]
+
+
+ +

+Cancels any outstanding notification request before deleting the feature notifier. +

Definition at line 36 of file FeatureChecker.cpp.

+ +
+

+


Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
void CFeatureChecker::HandleNotifyChange (TFeatureChangeType  aType,
TFeatureEntry  aFeature 
) [virtual]
+
+
+ +

+This is a callback method of MFeatureObserver which is used to notify the FeatureChecker process about changes to a feature. TFeatureChangeType specifies the type of change. The change type is displayed to the user in the form of an InfoPrint. +

Definition at line 81 of file FeatureChecker.cpp.

+ +
+

+ +

+
+ + + + + + + + + +
void CFeatureChecker::HandleNotifyError (TInt  aError  )  [virtual]
+
+
+ +

+Any error in the notifier is handled by this function, not used in this example implementation. +

Definition at line 72 of file FeatureChecker.cpp.

+ +
+

+ +

+
+ + + + + + + + +
void CFeatureChecker::NotifyFeatureL (  ) 
+
+
+ +

+Subscribes to receive change notification for an array of feature UIDs. +

Definition at line 44 of file FeatureChecker.cpp.

+ +
+

+


Generated on Thu Jan 21 10:33:05 2010 for TB10.1 Example Applications by  + +doxygen 1.5.3
+ +