textinput/ptienginev2/inc/PtiEngineImpl.h
branchRCL_3
changeset 22 bd83ceabce89
parent 21 ecbabf52600f
equal deleted inserted replaced
21:ecbabf52600f 22:bd83ceabce89
   231 		void OnInputModeChanged(TPtiEngineInputMode aOldMode, TPtiEngineInputMode aNewMode);
   231 		void OnInputModeChanged(TPtiEngineInputMode aOldMode, TPtiEngineInputMode aNewMode);
   232 #ifdef FF_DUAL_LANGUAGE_SUPPORT
   232 #ifdef FF_DUAL_LANGUAGE_SUPPORT
   233         void  SearchKeySequenceInSecLang(TPtrC aIn, TDes8& aOut);
   233         void  SearchKeySequenceInSecLang(TPtrC aIn, TDes8& aOut);
   234 #endif // FF_DUAL_LANGUAGE_SUPPORT        
   234 #endif // FF_DUAL_LANGUAGE_SUPPORT        
   235         TBool IsCurrentCoreSupportCaseInfo();
   235         TBool IsCurrentCoreSupportCaseInfo();
       
   236         void IsGroupUnicodeExist(TPtiKey aKey, TDes& aResult, TInt aPosition);
       
   237         TBool MapAgainst(TInt aKey, TInt aMode, TInt16 aAgainst, TInt aCase);
       
   238         TInt ScanCodeForCharacter( TUint aChar, TPtiTextCase& aCase );
   236 	private:	
   239 	private:	
   237 	    /*
   240 	    /*
   238 	    * Pointer to PtiEngine front end.
   241 	    * Pointer to PtiEngine front end.
   239 	    */
   242 	    */
   240 		CPtiEngine*              iFrontEnd;
   243 		CPtiEngine*              iFrontEnd;