src/hbcore/inputfw/hbinputmethod.h
changeset 6 c3690ec91ef8
parent 5 627c4a0fd0e7
child 7 923ff622b8b9
--- a/src/hbcore/inputfw/hbinputmethod.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmethod.h	Wed Jun 23 18:33:25 2010 +0300
@@ -46,9 +46,9 @@
     HbInputMethod();
     virtual ~HbInputMethod();
 
-    static bool initializeFramework(QApplication& app);
+    static bool initializeFramework(QApplication &app);
     static void forceUnfocus();
-    static HbInputMethod* activeInputMethod();
+    static HbInputMethod *activeInputMethod();
     static QList<HbInputMethodDescriptor> listCustomInputMethods();
 
     virtual void focusReceived();
@@ -56,34 +56,34 @@
 
     bool isActiveMethod() const;
 
-    HbInputFocusObject* focusObject() const;
-    void setFocusObject(HbInputFocusObject* focusObject);
+    HbInputFocusObject *focusObject() const;
+    void setFocusObject(HbInputFocusObject *focusObject);
 
     void lockFocus();
     void unlockFocus();
 
     // From QInputContext (do not override).
-    void widgetDestroyed(QWidget* widget);
-    void setFocusWidget(QWidget* widget);
+    void widgetDestroyed(QWidget *widget);
+    void setFocusWidget(QWidget *widget);
 
     HbInputState inputState() const;
 
-    bool activateState(const HbInputState& state);
+    bool activateState(const HbInputState &state);
     void updateState();
     void editorRootState(HbInputState &result) const;
     bool automaticTextCaseNeeded() const;
     bool activateInputMethod(const HbInputMethodDescriptor &inputMethod);
 
 protected:
-    virtual void inputStateActivated(const HbInputState& newState);
+    virtual void inputStateActivated(const HbInputState &newState);
     virtual void inputLanguageChanged(const HbInputLanguage &newLanguage);
-    virtual void secondaryInputLanguageChanged(const HbInputLanguage &newLanguage);  
+    virtual void secondaryInputLanguageChanged(const HbInputLanguage &newLanguage);
     bool stateChangeInProgress() const;
 
     HbInputLanguage activeLanguage() const;
 
     bool modeAllowedInEditor(HbInputModeType mode) const;
-    void inputStateToEditor(const HbInputState& source);
+    void inputStateToEditor(const HbInputState &source);
 
     void constructLatinState(HbInputState &result) const;
 
@@ -92,7 +92,7 @@
 public slots:
     void globalInputLanguageChanged(const HbInputLanguage &newLanguage);
     void globalSecondaryInputLanguageChanged(const HbInputLanguage &newLanguage);
-    void activeKeyboardChanged(HbKeyboardType newKeyboard);     
+    void activeKeyboardChanged(HbKeyboardType newKeyboard);
     void orientationChanged(Qt::Orientation orientation);
     virtual void orientationAboutToChange();
     void editorDeleted(QObject *obj);