eikdef.h File Reference

Enum TPopupTargetPosType

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.

EnumeratorValueDescription
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.

Enum TEikPortFlag

Defines the printer port settings. This is used by GUI print dialogs.

EnumeratorValueDescription
ESerialPort0x01

Printing is via a serial port.

EParallelPort0x02

Printing is via a parallel port.

EIrdaPort0x04

Printing is via infra red.

EFilePort0x08

Printing is to a file.

EViaPCPort0x10

Printing is via a PC.

iEikonEnv

Macro to allow easy access to the CEikonEnv instance.

KEikMessageFadeAllWindows

const TIntKEikMessageFadeAllWindows

Indicates that all windows should appear faded.

KEikMessageUnfadeWindows

const TIntKEikMessageUnfadeWindows

Indicates that all windows should appear unfaded.

KEikMessageColorSchemeChange

const TIntKEikMessageColorSchemeChange

Indicates that the colour scheme has changed.

KEikColorResourceChange

Indicates that the color scheme has changed.

KEikMessageZoomChange

const TIntKEikMessageZoomChange

Indicates that the zoom level has changed.

KEikMessageFontChange

const TIntKEikMessageFontChange

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

KEikMessageVirtualCursorStateChange

const TIntKEikMessageVirtualCursorStateChange

Indicates that the state of the virtual cursor has changed.

KEikMessageCapsLock

const TIntKEikMessageCapsLock

Indicates that caps lock key has been pressed.

KEikMessagePrepareForSave

const TIntKEikMessagePrepareForSave

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

KEikMessageEmbedLevelChange

const TIntKEikMessageEmbedLevelChange

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

KEikHasBecomeCurrentAppUiWhileEmbeddedAppUiDeletes

const TIntKEikHasBecomeCurrentAppUiWhileEmbeddedAppUiDeletes

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.

KEikNotifyPreCreateEmbeddedL

const TIntKEikNotifyPreCreateEmbeddedL

Passed immediately before CEikAppUiFactory::CreateEmbeddedL()

KEikNotifyPostCreateEmbeddedL

const TIntKEikNotifyPostCreateEmbeddedL

Passed immediately after CEikAppUiFactory::CreateEmbeddedL()

KEikPostCoeAppUiConstructL

const TIntKEikPostCoeAppUiConstructL

Passed immediately after CCoeAppUi::ConstructL()

_LIT8 ( KDebugStart, "-DebugMemFail:" )

_LIT8(KDebugStart,
"-DebugMemFail:"
)

KEikCustomColorsArrayValue

const TIntKEikCustomColorsArrayValue

WARNING: constant for internal use ONLY. Compatibility is not guaranteed in future releases.