DAS
3.1.6 - 18/09/2017
|
Object Set Sensitivity Event. More...
#include <Mguidefs.h>
Data Fields | |
int | sensitive |
Boolean flag representing the new sensitivity status. More... | |
int | type |
Event type (E_SET_SENS, E_SET_PARENT_SENS) More... | |
Object Set Sensitivity Event.
This event is generated by the library to notify an object that its sensitivity status need to be changed. The event is generated by one any of the following functions/methods: MObjectSetSensitive(), MObjectSetUnsensitive(), MObjectSetSensitivity(), CmObject::setSensitive, CmObject::setUnsensitive, CmObject::setSensitivity. The value for the type field is set initially to E_SET_SENS. If the addressed object is a container (SHELL or FORM) then the object notifies all its children that its sensitivity has changed. In this case, the type field is set to E_SET_PARENT_SENS.
Definition at line 729 of file Mguidefs.h.
int MSetSensitivity::sensitive |
Boolean flag representing the new sensitivity status.
Definition at line 733 of file Mguidefs.h.
int MSetSensitivity::type |
Event type (E_SET_SENS, E_SET_PARENT_SENS)
Definition at line 731 of file Mguidefs.h.