Symbian
 Developer Library

UIQ 3 SDK

UIQ developer portal

FEEDBACK 

[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

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.

Terms and conditions of use of the material