coedef.h File Reference

KCoeCustomColorsArrayValue

const TIntKCoeCustomColorsArrayValue

KCoeColorGray4

const TIntKCoeColorGray4

KCoeColorColor16

const TIntKCoeColorColor16

ECoeResourceSignatureValue

const TIntECoeResourceSignatureValue

Enum TKeyResponse

Event handling flags.

These should be returned by CCoeControl::OfferKeyEventL() to indicate whether or not a key event was processed by the control.

EnumeratorValueDescription
EKeyWasNotConsumed

The key event was not handled.

EKeyWasConsumed

The key event was handled.

Enum TDrawNow

Control redraw flags.

Passed to CCoeControl::SetFocus() to indicate the requirements for control redrawing.

EnumeratorValueDescription
ENoDrawNow

Redraw of the control is not required immediately.

EDrawNow

Redraw control immediately.

Enum TCoeWinPriority

Window priority values.

These are passed in the aOrdinalPriority argument to RWindowTreeNode::SetOrdinalPosition().

KUidValueCoeColorSchemeChangeEvent

const TIntKUidValueCoeColorSchemeChangeEvent

The message UID sent when a colour scheme change event occurs. WARNING: Constants for internal use ONLY. Compatibility is not guaranteed in future releases.

KUidValueCoeZoomChangeEvent

const TIntKUidValueCoeZoomChangeEvent

KUidValueCoeFontChangeEvent

const TIntKUidValueCoeFontChangeEvent

CTRL

Control key modifier.

Key codes get changed when the Ctrl key modifier is pressed at the same time as the key . The CTRL macro is used to shift the key character appropriately.

Note: this is not an inline function since that can't be used as the case of a switch statement.

EAllStdModifiers

Constant that represents all standard keyboard modifier keys.