Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <COEDEF.H>

CTRL

CTRL (x) ((x)-'a'+1)

Description

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.

Parameters

x

[Top]


EAllStdModifiers

EAllStdModifiers (EModifierFunc|EModifierCtrl|EModifierShift)

Description

Constant that represents all standard keyboard modifier keys.

[Top]


Enum TKeyResponse

TKeyResponse

Description

Event handling flags.

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

EKeyWasNotConsumed

The key event was not handled.

EKeyWasConsumed

The key event was handled.

[Top]


Enum TDrawNow

TDrawNow

Description

Control redraw flags.

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

ENoDrawNow

Redraw of the control is not required immediately.

EDrawNow

Redraw control immediately.

[Top]


Enum TCoeWinPriority

TCoeWinPriority

Description

Window priority values.

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

ECoeWinPriorityNeverAtFront

-1000

ECoeWinPriorityLow

-750

ECoeWinPriorityNormal

0

ECoeWinPriorityMedium

500

ECoeWinPriorityHigh

750

ECoeWinPriorityFep

900

ECoeWinPriorityAlwaysAtFront

1000


COEDEF.H Global variables