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 @@ + +
+Public Member Functions | |
virtual | ~CFeatureChecker () |
virtual void | HandleNotifyChange (TFeatureChangeType aType, TFeatureEntry aFeature) |
virtual void | HandleNotifyError (TInt aError) |
void | NotifyFeatureL () |
Static Public Member Functions | |
+static CFeatureChecker * | NewL () |
Protected Member Functions | |
+void | ConstructL () |
Definition at line 25 of file FeatureChecker.h.
+CFeatureChecker::~CFeatureChecker | +( | ++ | ) | + [virtual] |
+
+Cancels any outstanding notification request before deleting the feature notifier. +
Definition at line 36 of file FeatureChecker.cpp.
+ ++
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.
+ ++