»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Application Framework UIKON »
EIKDEF.H Global variables
EIKDEF.H Global variables
KEikMessageFadeAllWindows
const TInt KEikMessageFadeAllWindows;
Description
Indicates that all windows should appear faded.
const TInt KEikMessageUnfadeWindows;
Description
Indicates that all windows should appear unfaded.
KEikMessageColorSchemeChange
const TInt KEikMessageColorSchemeChange;
Description
Indicates that the colour scheme has changed.
const TInt KEikMessageZoomChange;
Description
Indicates that the zoom level has changed.
const TInt KEikMessageFontChange;
Description
Indicates that a font has changed. Controls should ensure they are using the right font after receiving this message.
KEikMessageVirtualCursorStateChange
const TInt KEikMessageVirtualCursorStateChange;
Description
Indicates that the state of the virtual cursor has changed.
const TInt KEikMessageCapsLock;
Description
Indicates that caps lock key has been pressed.
KEikMessagePrepareForSave
const TInt KEikMessagePrepareForSave;
Description
Indicates that the application should be ready to save any data that needs saving.
KEikMessageEmbedLevelChange
const TInt KEikMessageEmbedLevelChange;
Description
Indicates that the level of embedding of the application has changed.
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.
KEikNotifyPreCreateEmbeddedL
const TInt KEikNotifyPreCreateEmbeddedL;
Description
Passed immediately before CEikAppUiFactory::CreateEmbeddedL()
KEikNotifyPostCreateEmbeddedL
const TInt KEikNotifyPostCreateEmbeddedL;
Description
Passed immediately after CEikAppUiFactory::CreateEmbeddedL()
KEikPostCoeAppUiConstructL
const TInt KEikPostCoeAppUiConstructL;
Description
Passed immediately after CCoeAppUi::ConstructL()