typedef CCoeFep *(* | TCoeFepFactoryFunctionL |
Creates a FEP interface object.
typedef void(* | TCoeSynchronouslyExecuteFepSettingsDialogFunctionL |
Calls the second ordinal function of the FEP for which the settings dialog is to be executed.
Stack priority flags.
Controls with higher priorities get offered key events before controls with lower priorities.
Enumerator | Value | Description |
---|---|---|
ECoeStackPriorityDefault | 0 |
0 |
ECoeStackPriorityMenu | 10 |
10 |
ECoeStackPriorityDialog | 50 |
50 |
ECoeStackPriorityCba | 60 |
60 |
ECoeStackPriorityAlert | 200 |
200 |
ECoeStackPrioritySoftkey | 240 |
240 |
ECoeStackPriorityFep | 250 |
250 |
ECoeStackPriorityEnvironmentFilter | 300 |
300 |
Control stack flags.
Each control on the stack has a set of these flags which can be used to refuse to accept key events and to refuse requests for focus.
Enumerator | Value | Description |
---|---|---|
ECoeStackFlagStandard | 0 |
The default value |
ECoeStackFlagRefusesAllKeys | 0x01 |
The control does not accept key events. |
ECoeStackFlagRefusesFocus | 0x02 |
The control does not accept keyboard focus. |
ECoeStackFlagOwnershipTransfered | 0x04 |
The control is owned and deleted by the stack. |
ECoeStackFlagSharable | 0x08 |
The control is also added to the stack of any embedded app UI. For example, an alert dialog added through CEikonEnv will be shared on the stack of all embedded app UIs that may appear in the application. |