const TInt | KCoeCustomColorsArrayValue |
const TInt | KCoeColorGray4 |
const TInt | KCoeColorColor16 |
const TInt | ECoeResourceSignatureValue |
Event handling flags.
These should be returned by CCoeControl::OfferKeyEventL() to indicate whether or not a key event was processed by the control.
Enumerator | Value | Description |
---|---|---|
EKeyWasNotConsumed |
The key event was not handled. | |
EKeyWasConsumed |
The key event was handled. |
Control redraw flags.
Passed to CCoeControl::SetFocus() to indicate the requirements for control redrawing.
Enumerator | Value | Description |
---|---|---|
ENoDrawNow |
Redraw of the control is not required immediately. | |
EDrawNow |
Redraw control immediately. |
Window priority values.
These are passed in the aOrdinalPriority argument to RWindowTreeNode::SetOrdinalPosition().
Enumerator | Value | Description |
---|---|---|
ECoeWinPriorityNeverAtFront | -1000 |
-1000 |
ECoeWinPriorityLow | -750 |
-750 |
ECoeWinPriorityNormal | 0 |
0 |
ECoeWinPriorityMedium | 500 |
500 |
ECoeWinPriorityHigh | 750 |
750 |
ECoeWinPriorityFep | 900 |
900 |
ECoeWinPriorityAlwaysAtFront | 1000 |
1000 |
const TInt | KUidValueCoeColorSchemeChangeEvent |
The message UID sent when a colour scheme change event occurs. WARNING: Constants for internal use ONLY. Compatibility is not guaranteed in future releases.
const TInt | KUidValueCoeZoomChangeEvent |
const TInt | KUidValueCoeFontChangeEvent |