akndef.h File Reference

API published in: S60 2nd Ed FP 3

Capability Information

Required Capabilities

None


#include <akndef.hrh>
#include <e32std.h>

Go to the source code of this file.


Namespaces

namespace   AknDef

Defines

#define  KAknApplicationShellViewId   TVwsViewId(TUid::Uid(0x101F4CD2), TUid::Uid(0x00000001))
  The application UID and the view UID of the Application Shell.

Functions

IMPORT_C TInt  AknDef::GetPhoneIdleViewId (TVwsViewId &aViewId)
  Returns the application UID and the view UID of the currently active idle state application in form of a TVwsViewId object.

Variables

const TInt  KEikMessageWindowsFadeChange = 0x10006890
  Resource change message that is passed to applications when all the windows become faded or unfaded.
const TInt  KEikMessageCaptionedControlEditableStateChange = 0x10008E99
  Resource change message indicating a change of state to edit mode.
const TInt  KEikMessageCaptionedControlNotEditableStateChange = 0x10008E9A
  Resource change message indicating a change of state to view mode.
const TInt  KEikMessageCaptionedControlEditableStateChangeWideWithGraphic = 0x101F5FBA
  Resource change message indicating a change of state to edit mode with graphic.
const TInt  KEikMessageCaptionedControlEditableStateChangeWideWithoutGraphic = 0x101F5FBB
  Resource change message indicating a change of state to edit mode without graphic.
const TInt  KEikMessageCaptionedControlNotEditableStateChangeWideWithGraphic = 0x101F5FBC
  Resource change message indicating a change of state to view mode with graphic.
const TInt  KEikMessageCaptionedControlNotEditableStateChangeWideWithoutGraphic = 0x101F5FBD
  Resource change message indicating a change of state to view mode without graphic.
const TInt  KEikClearPartialForegroundState = 0x101f54f4
  Window server event for clearing partial foreground state.
const TInt  KEikPartialForeground = 0x101f6aab
  Window server event for partial foreground state.
const TInt  KEikDynamicLayoutVariantSwitch = 0x101F8121
  Resource change message used to inform applications of layout change.
const TInt  KEikDynamicLayoutVariantSwitch_APAC = 0x101F8124
const TInt  KEikInputLanguageChange = 0x101F8519
  Resource change message that is sent by FEP when the input language changes.
const TInt  KAknHardwareLayoutSwitch = 0x10202672
  Window server event used when layout changes.
const TInt  KAknDelayedLayoutSwitch = 0x102797FD
const TInt  KAknLocalZoomLayoutSwitch = 0x10281FC1
  Window server event used to inform applications about change in local zoom setting.
const TInt  KAknAppOomMonitor_FreeRam = 0x10282304
const TInt  KAknAppOomMonitor_MemoryGood = 0x10282305
const TInt  KAknFullOrPartialForegroundGained = 0x10281F36
  Resource change message used to inform a window group that it has gained full or partial foreground.
const TInt  KAknFullOrPartialForegroundLost = 0x10281F37
  Resource change message used to inform a window group that it has lost full or partial foreground.

Define Documentation

#define KAknApplicationShellViewId   TVwsViewId(TUid::Uid(0x101F4CD2), TUid::Uid(0x00000001))
 

The application UID and the view UID of the Application Shell.


Variable Documentation

const TInt KAknAppOomMonitor_FreeRam = 0x10282304
 
Deprecated:
const TInt KAknAppOomMonitor_MemoryGood = 0x10282305
 
Deprecated:
const TInt KAknDelayedLayoutSwitch = 0x102797FD
 
Deprecated:
const TInt KAknFullOrPartialForegroundGained = 0x10281F36
 

Resource change message used to inform a window group that it has gained full or partial foreground.

const TInt KAknFullOrPartialForegroundLost = 0x10281F37
 

Resource change message used to inform a window group that it has lost full or partial foreground.

const TInt KAknHardwareLayoutSwitch = 0x10202672
 

Window server event used when layout changes.

This event is not passed to applications, they should use the KEikDynamicLayoutVariantSwitch event instead.

const TInt KAknLocalZoomLayoutSwitch = 0x10281FC1
 

Window server event used to inform applications about change in local zoom setting.

const TInt KEikClearPartialForegroundState = 0x101f54f4
 

Window server event for clearing partial foreground state.

const TInt KEikDynamicLayoutVariantSwitch = 0x101F8121
 

Resource change message used to inform applications of layout change.

const TInt KEikDynamicLayoutVariantSwitch_APAC = 0x101F8124
 
Deprecated:
const TInt KEikInputLanguageChange = 0x101F8519
 

Resource change message that is sent by FEP when the input language changes.

const TInt KEikMessageCaptionedControlEditableStateChange = 0x10008E99
 

Resource change message indicating a change of state to edit mode.

This message is used by CEikCaptionedControl to handle situations where the control becomes editable.

const TInt KEikMessageCaptionedControlEditableStateChangeWideWithGraphic = 0x101F5FBA
 

Resource change message indicating a change of state to edit mode with graphic.

This message is used by popup fields to handle situations where the control becomes editable with graphic.

const TInt KEikMessageCaptionedControlEditableStateChangeWideWithoutGraphic = 0x101F5FBB
 

Resource change message indicating a change of state to edit mode without graphic.

This message is used by popup fields to handle situations where the control becomes editable without graphic.

const TInt KEikMessageCaptionedControlNotEditableStateChange = 0x10008E9A
 

Resource change message indicating a change of state to view mode.

This message is used by CEikCaptionedControl to handle situations where the control becomes non-editable.

const TInt KEikMessageCaptionedControlNotEditableStateChangeWideWithGraphic = 0x101F5FBC
 

Resource change message indicating a change of state to view mode with graphic.

This message is used by popup fields to handle situations where the control becomes non-editable with graphic.

const TInt KEikMessageCaptionedControlNotEditableStateChangeWideWithoutGraphic = 0x101F5FBD
 

Resource change message indicating a change of state to view mode without graphic.

This message is used by popup fields to handle situations where the control becomes non-editable without graphic.

const TInt KEikMessageWindowsFadeChange = 0x10006890
 

Resource change message that is passed to applications when all the windows become faded or unfaded.

const TInt KEikPartialForeground = 0x101f6aab
 

Window server event for partial foreground state.


Copyright © Nokia Corporation 2001-2008
Back to top