Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <EIKDEF.H>

iEikonEnv

iEikonEnv (STATIC_CAST(CEikonEnv*,iCoeEnv))

Description

Macro to allow easy access to the CEikonEnvCEikonEnv instance.

[Top]


KEikColorResourceChange

KEikColorResourceChange KEikMessageColorSchemeChange

Description

Indicates that the color scheme has changed.

[Top]


Enum TPopupTargetPosType

TPopupTargetPosType

Description

This is used in combination with a specified position to place a popout on the display.

The TPopupTargetPosType enum identifies which corner of the popout will be placed in the given target position. The default is the top left corner.

EPopupTargetTopLeft

Places the popout with the top left corner in the specified position.

EPopupTargetTopRight

Places the popout with the top right corner in the specified position.

EPopupTargetBottomLeft

Places the popout with the bottom left corner in the specified position.

EPopupTargetBottomRight

Places the popout with the bottom right corner in the specified position.


EIKDEF.H Global variables

[Top]


KEikMessageFadeAllWindows

const TInt KEikMessageFadeAllWindows=0x100056C2;

Description

Indicates that all windows should appear faded.

[Top]


KEikMessageUnfadeWindows

const TInt KEikMessageUnfadeWindows=0x100056C3;

Description

Indicates that all windows should appear unfaded.

[Top]


KEikMessageColorSchemeChange

const TInt KEikMessageColorSchemeChange=KUidValueCoeColorSchemeChangeEvent;

Description

Indicates that the colour scheme has changed.

[Top]


KEikMessageZoomChange

const TInt KEikMessageZoomChange=KUidValueCoeZoomChangeEvent;

Description

Indicates that the zoom level has changed.

[Top]


KEikMessageFontChange

const TInt KEikMessageFontChange=KUidValueCoeFontChangeEvent;

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=0x10005D0A;

Description

Indicates that the state of the virtual cursor has changed.

[Top]


KEikMessageCapsLock

const TInt KEikMessageCapsLock=0x100048F9;

Description

Indicates that caps lock key has been pressed.

[Top]


KEikMessagePrepareForSave

const TInt KEikMessagePrepareForSave=0x100069FD;

Description

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

[Top]


KEikMessageEmbedLevelChange

const TInt KEikMessageEmbedLevelChange=0x1000A4AA;

Description

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

[Top]


KEikHasBecomeCurrentAppUiWhileEmbeddedAppUiDeletes

const TInt KEikHasBecomeCurrentAppUiWhileEmbeddedAppUiDeletes=0x10207F75;

Description

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

[Top]


KEikNotifyPreCreateEmbeddedL

const TInt KEikNotifyPreCreateEmbeddedL=0x10207F67;

Description

Passed immediately before CEikAppUiFactory::CreateEmbeddedL()

[Top]


KEikNotifyPostCreateEmbeddedL

const TInt KEikNotifyPostCreateEmbeddedL=0x10207F65;

Description

Passed immediately after CEikAppUiFactory::CreateEmbeddedL()

[Top]


KEikPostCoeAppUiConstructL

const TInt KEikPostCoeAppUiConstructL=0x10207F66;

Description

Passed immediately after CCoeAppUi::ConstructL(CCoeAppUi *)

[Top]


KDebugStart

const TLitC8< sizeof("-DebugMemFail:") KDebugStart)={sizeof( "-DebugMemFail:" )-1, "-DebugMemFail:" };

Description