classicui_pub/ui_framework_definitions_api/inc/avkon.hrh
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 9 aabf2c525e0f
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
     1 /*
     1 /*
     2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   369     
   369     
   370     /**
   370     /**
   371     * Command id for dealing with discreet popup's close
   371     * Command id for dealing with discreet popup's close
   372     */
   372     */
   373     EAknDiscreetPopupCmdClose,
   373     EAknDiscreetPopupCmdClose,
   374     
   374     // Commands ids for arabic finger hwr option menu
       
   375     EPenInputCmdHwrInputToPortrait,
       
   376     EPenInputCmdHwrInputToLandscape,
       
   377     EPenInputCmdSwitchToVkeyBasedInput,
       
   378     EPenInputCmdWritingSpeed,
       
   379     EPenInputCmdGuidingLine,    
   375     /**
   380     /**
   376     * @deprecated
   381     * @deprecated
   377     * Do not use.
   382     * Do not use.
   378     */
   383     */
   379     EAknCmdEnd = 4999
   384     EAknCmdEnd = 4999
   620     EAknCtSmileyMap,
   625     EAknCtSmileyMap,
   621 
   626 
   622     /** For slider with feedback style */
   627     /** For slider with feedback style */
   623 	/** @since 5.1 */
   628 	/** @since 5.1 */
   624     EAknSliderWithFeedbackStyle,
   629     EAknSliderWithFeedbackStyle,
       
   630 
       
   631     /** For combined sub-pane in status pane */
       
   632     /** @since 5.2 */
       
   633     EAknCtCombinedPane,
       
   634 
   625     // This is the marker for the last AVKON control id: It does not construct a control
   635     // This is the marker for the last AVKON control id: It does not construct a control
   626     EAknCtLastControlId = KAknCtLastControlId
   636     EAknCtLastControlId = KAknCtLastControlId
   627 
   637 
   628     // Control ids beyond (or including) this value will be dealt with as custom controls.
   638     // Control ids beyond (or including) this value will be dealt with as custom controls.
   629 
   639 
   930 #define EEikStatusPaneUidIndic        0x100059BE
   940 #define EEikStatusPaneUidIndic        0x100059BE
   931 #define EEikStatusPaneUidMessage      0x100059BF
   941 #define EEikStatusPaneUidMessage      0x100059BF
   932 #define EEikStatusPaneUidClock        0x100059C0
   942 #define EEikStatusPaneUidClock        0x100059C0
   933 #define EEikStatusPaneUidDigitalClock 0x10275090
   943 #define EEikStatusPaneUidDigitalClock 0x10275090
   934 #define EEikStatusPaneUidEmpty        0x102750A3
   944 #define EEikStatusPaneUidEmpty        0x102750A3
       
   945 #define EEikStatusPaneUidCombined     0x2001E2D9
   935 
   946 
   936 // POPUP_FIELD flags
   947 // POPUP_FIELD flags
   937 #define EAknPopupFieldFlagAllowsUserDefinedEntry  0x01
   948 #define EAknPopupFieldFlagAllowsUserDefinedEntry  0x01
   938 #define EAknPopupFieldFlagInitialised             0x02
   949 #define EAknPopupFieldFlagInitialised             0x02
   939 #define EAknPopupFieldFlagButton                  0x04
   950 #define EAknPopupFieldFlagButton                  0x04