All Frameworks Class Hierarchy This Framework Indexes
System Macro CATImplementSettingCtrl
Macro CATImplementSettingCtrl (Brand,FW,Name,SettingName)
Macro used to define a setting controller.
Role: Defines a class that implements a settings controller.
The controller implements the interface CATISysSettingController for managing the generic operations (Save, Commit, ResetToAdminValues) on the
setting controller. To access the specific parameters it must
implement an interface which name is BrandIFWNameSettingAtt.
It implements the
CATICreateInstance.ng the generic operations (Save, Commit, ResetToAdminV interface too. Thus the following includes must be used in the source code:
#include "TIE_BrandIFWNameSettingAtt.h"
- Parameters:
-
- Brand
- The brand to which this controller belongs
- FW
- The framework in which the controller is implemented
- Name
- The name of the controller
- SettingName
- The name of the setting file used by the controller
This object is included in the file: CATSysMacroSettingCtrl.h