Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: coeaui.h

Enum anonymous

n/a

Description

Stack priority flags.

Controls with higher priorities get offered key events before controls with lower priorities.

ECoeStackPriorityDefault

0

ECoeStackPriorityMenu

10

ECoeStackPriorityDialog

50

ECoeStackPriorityCba

60

ECoeStackPriorityAlert

200

ECoeStackPrioritySoftkey

240

ECoeStackPriorityFep

250

ECoeStackPriorityEnvironmentFilter

300


Enum anonymous

n/a

Description

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.

ECoeStackFlagStandard

The default value

ECoeStackFlagRefusesAllKeys

The control does not accept key events.

ECoeStackFlagRefusesFocus

The control does not accept keyboard focus.

ECoeStackFlagOwnershipTransfered

The control is owned and deleted by the stack.

ECoeStackFlagSharable

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.