All Frameworks Class Hierarchy This Framework Indexes
System Notification CATSysSettingCtrlNotif
Usage: you must use this class as is. You should never derive it.
public class CATSysSettingCtrlNotif
Notification sent by a setting controller.
Role: Objects of this class convey information about the
modifications that have been occurred inside a setting controller which
send an event when it is commited, saved, reseted.
Constructor and Destructor Index
- o
CATSysSettingCtrlNotif(CATCallbackEvent,CATSettingInfo*)
- Creates a notification.
- o
CATSysSettingCtrlNotif()
-
- o
~CATSysSettingCtrlNotif()
-
Data Member Index
- o
_Evenement
- The dispatched event.
- o
_Info
- The CATSettingInfo structure of the controller's parameter that is
dispatching an event.
Constructor and Destructor
o CATSysSettingCtrlNotif
| public CATSysSettingCtrlNotif( | | iEvent, |
| | iInfo) |
-
Creates a notification.
- Parameters:
-
- iEvent
- [in] the event as defined in
CATSysSettingController.CATDeclareCBEvent
- iInfo
- [in] the
CATSettingInfo associated with a given parameter for the event Param_Updated
o CATSysSettingCtrlNotif
| public CATSysSettingCtrlNotif( | ) |
-
o ~CATSysSettingCtrlNotif
| public virtual ~CATSysSettingCtrlNotif( | ) |
-
Data Members
o _Evenement
public CATCallbackEvent *_Evenement
-
The dispatched event.
o _Info
public CATSettingInfo *_Info
-
The CATSettingInfo structure of the controller's parameter that is
dispatching an event. It is null for the global event concerning
the whole controller.
This object is included in the file: CATSysSettingCtrlNotif.h
If needed, your Imakefile.mk should include the module: JS0GROUP