src/hbinput/inputwidgets/hbinputvkbwidget_p.h
changeset 5 627c4a0fd0e7
parent 2 06ff229162e9
child 6 c3690ec91ef8
--- a/src/hbinput/inputwidgets/hbinputvkbwidget_p.h	Thu May 27 13:10:59 2010 +0300
+++ b/src/hbinput/inputwidgets/hbinputvkbwidget_p.h	Fri Jun 11 13:58:22 2010 +0300
@@ -67,6 +67,7 @@
 class HbInputScreenshotWidget;
 class HbInputFocusObject;
 class HbInputSettingList;
+class HbSelectionDialog;
 
 const qreal VerticalSpacing = 0.0, HorizontalSpacing = 0.0; //vertical and horizontal spacing for buttons in layout
 
@@ -111,7 +112,11 @@
 
     bool isSmileysEnabled();
     bool isKeyboardDimmed();
+    
+    void showInputMethodSelectionDialog();
+    void _q_inputMethodSelectionDialogFinished(HbAction *action);
 
+    virtual QChar numberCharacterBoundToKey(int key);
     friend class HbTouchKeypadButton;
     friend class HbInputUsedSymbolPane;
 
@@ -168,6 +173,7 @@
     HbView *mSettingView;
     HbView *mCurrentView;
     bool mKeyboardDimmed;
+    HbSelectionDialog *mImSelectionDialog;
 };
 
 #endif //HB_INPUT_VKB_WIDGET_PRIVATE_H