src/hbinput/inputwidgets/hbinput12keytouchkeypad_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
--- a/src/hbinput/inputwidgets/hbinput12keytouchkeypad_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinput12keytouchkeypad_p.h	Mon May 03 12:48:33 2010 +0300
@@ -56,12 +56,14 @@
     void setKeyMappingTitleNumeric(int aKey, HbTouchKeypadButton* aButton, HbModifiers aModifiers);
 
     void applyEditorConstraints();
+	void getAllowedSctCharcters(QString& allowedSctCharacters);
 
     void createKeypad();
     void createLayout();
     QString textForKey(int key);
     QString additionalTextForKey(int key);
     int keyCode(HbTouchKeypadButton *button);
+    QChar findFirstNumberCharacterBoundToKey(int key);	
 public:
     HbTouchKeypadButton* mButtons[HbNum12KeypadBaseButtons];
     bool mKeypadCreated;