Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: EIKDEF.H

EIKDEF.H Global variables


KEikMessageFadeAllWindows

const TInt KEikMessageFadeAllWindows;

Description

Indicates that all windows should appear faded.

[Top]


KEikMessageUnfadeWindows

const TInt KEikMessageUnfadeWindows;

Description

Indicates that all windows should appear unfaded.

[Top]


KEikMessageColorSchemeChange

const TInt KEikMessageColorSchemeChange;

Description

Indicates that the colour scheme has changed.

[Top]


KEikMessageZoomChange

const TInt KEikMessageZoomChange;

Description

Indicates that the zoom level has changed.

[Top]


KEikMessageFontChange

const TInt KEikMessageFontChange;

Description

Indicates that a font has changed. Controls should ensure they are using the right font after receiving this message.

[Top]


KEikMessageVirtualCursorStateChange

const TInt KEikMessageVirtualCursorStateChange;

Description

Indicates that the state of the virtual cursor has changed.

[Top]


KEikMessageCapsLock

const TInt KEikMessageCapsLock;

Description

Indicates that caps lock key has been pressed.

[Top]


KEikMessagePrepareForSave

const TInt KEikMessagePrepareForSave;

Description

Indicates that the application should be ready to save any data that needs saving.

[Top]


KEikMessageEmbedLevelChange

const TInt KEikMessageEmbedLevelChange;

Description

Indicates that the level of embedding of the application has changed.

[Top]


KEikHasBecomeCurrentAppUiWhileEmbeddedAppUiDeletes

const TInt KEikHasBecomeCurrentAppUiWhileEmbeddedAppUiDeletes;

Description

Passed immediately after completion of the call to CCoeEnv::SetAppUi() when aNewAppUi has become current AppUi. This happens during the destruction of the embedded AppUi.

[Top]


KEikNotifyPreCreateEmbeddedL

const TInt KEikNotifyPreCreateEmbeddedL;

Description

Passed immediately before CEikAppUiFactory::CreateEmbeddedL()

[Top]


KEikNotifyPostCreateEmbeddedL

const TInt KEikNotifyPostCreateEmbeddedL;

Description

Passed immediately after CEikAppUiFactory::CreateEmbeddedL()

[Top]


KEikPostCoeAppUiConstructL

const TInt KEikPostCoeAppUiConstructL;

Description

Passed immediately after CCoeAppUi::ConstructL()