#include <mw/coecobs.h>
class MCoeControlStateObserver |
Public Member Enumerations | |
---|---|
enum | anonymous { ETypeId } |
enum | TCoeState { EStateDimmed, EStateVisibility } |
This class defines an interface which will given notification of when a CCoeControl changes its visibility or dimmed state.
The MObjectProvider framework should use this UID to know when to return a concrete instance of this interface.
Enumerator | Value | Description |
---|---|---|
ETypeId | 0x10285A45 |
Enumerator | Value | Description |
---|---|---|
EStateDimmed |
This enum is used to say that the control has changed its Dimmed state | |
EStateVisibility |
This enum is used to say that the control has changed its Visibility state |