fep/aknfep/inc/AknFepUiManagerBase.h
branchRCL_3
changeset 22 bd83ceabce89
parent 0 eb1f2e154e89
equal deleted inserted replaced
21:ecbabf52600f 22:bd83ceabce89
   440     * @return   ETrue   if something was really removed
   440     * @return   ETrue   if something was really removed
   441     *           EFalse  if nothing was removed (the previous key press had produced no charcters)
   441     *           EFalse  if nothing was removed (the previous key press had produced no charcters)
   442     * @since 3.2
   442     * @since 3.2
   443     */
   443     */
   444     virtual TBool RollbackPreviousCharL();
   444     virtual TBool RollbackPreviousCharL();
       
   445 	
       
   446 	/**
       
   447     * Check whether the character mapped on given key
       
   448     * @param    aKey    The scancode of the key to be checked.
       
   449     * @param    aMode   The InputMode regarding ptiengine
       
   450 	* @param    aAgainst The character to be checked.
       
   451 	* @param    aCase    Text case.
       
   452 	* @Return   ETrue : yes it is on the key; EFalse : No it is not on the Key
       
   453     */
       
   454     TBool MapAgainst(TInt aKey, TInt aMode, TInt16 aAgainst, TInt aCase) const;
   445 
   455 
   446 #endif //RD_INTELLIGENT_TEXT_INPUT
   456 #endif //RD_INTELLIGENT_TEXT_INPUT
   447 #endif // __ITI_LONGPRESS_NUM_SHIFT_COPYPASTE__
   457 #endif // __ITI_LONGPRESS_NUM_SHIFT_COPYPASTE__
   448 
   458 
   449 protected: // Data
   459 protected: // Data