equal
deleted
inserted
replaced
180 * Checks from the statemachine is the given keyevent |
180 * Checks from the statemachine is the given keyevent |
181 * from one of the allowed characters |
181 * from one of the allowed characters |
182 */ |
182 */ |
183 TBool IsAlphaNumericKey( const TKeyEvent& aKeyEvent ); |
183 TBool IsAlphaNumericKey( const TKeyEvent& aKeyEvent ); |
184 |
184 |
185 /** |
|
186 * Checks is the given key special character (*, 0, # ) from half-qwerty |
|
187 * keyboard and conver key code if needed. |
|
188 */ |
|
189 TBool ConvertHalfQwertySpecialChar( TUint& aCode, const TKeyEvent& aKeyEvent ); |
|
190 |
185 |
191 /** |
186 /** |
192 * Checks if key should be blocked from phone. |
187 * Checks if key should be blocked from phone. |
193 * |
188 * |
194 * @ return ETrue if alpha mode, EFalse otherwise. |
189 * @ return ETrue if alpha mode, EFalse otherwise. |