classicui_plat/extended_input_capabilities_api/inc/aknextendedinputcapabilities.h
branchRCL_3
changeset 51 fcdfafb36fe7
parent 25 941195f2d488
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   148             /** Signals observer (FEP) to open a stylus menu with ccpu
   148             /** Signals observer (FEP) to open a stylus menu with ccpu
   149                 options.
   149                 options.
   150                 Parameter not used. */
   150                 Parameter not used. */
   151             EOpenStylusMenuCcpu,
   151             EOpenStylusMenuCcpu,
   152             /** Close pen input (VKB or HWR), parameter not used */
   152             /** Close pen input (VKB or HWR), parameter not used */
   153             EClosePenInputRequest
   153             EClosePenInputRequest,
       
   154             /**Signals observer (MFNE) to change AM to PM*/
       
   155             EChangeAmPm
   154             };
   156             };
   155             
   157             
   156         /**
   158         /**
   157          * Parameter structure for EPointerEventReceived event
   159          * Parameter structure for EPointerEventReceived event
   158          *
   160          *
   196         EInputEditorAlignRight = 0x00000040,
   198         EInputEditorAlignRight = 0x00000040,
   197         EInputEditorAlignBidi = 0x00000080,
   199         EInputEditorAlignBidi = 0x00000080,
   198         EInputEditorDisableVKB = 0x00000100,
   200         EInputEditorDisableVKB = 0x00000100,
   199         EInputEditorRevealSecretText = 0x00000200,
   201         EInputEditorRevealSecretText = 0x00000200,
   200         EInputEditorQwertyInputActive = 0x00000400,
   202         EInputEditorQwertyInputActive = 0x00000400,
   201         EInputEditorPartialScreen = 0x00000800
   203         EInputEditorPartialScreen = 0x00000800,
       
   204         //support to fep to change AM to PM in MFNE
       
   205         EInputEditorAmPm = 0x00001000
   202         };
   206         };
   203     static const TInt KAknEditorAlignMask = 0x000000f0;
   207     static const TInt KAknEditorAlignMask = 0x000000f0;
   204        
   208        
   205     /**  In case of editors, the editor's type, additions can be made later */
   209     /**  In case of editors, the editor's type, additions can be made later */
   206     enum TEditorType
   210     enum TEditorType