src/hbcore/inputfw/hbinputeditorinterface_p.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcore/inputfw/hbinputeditorinterface_p.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/inputfw/hbinputeditorinterface_p.h	Mon May 03 12:48:33 2010 +0300
@@ -52,7 +52,7 @@
         : mInputMode(0),
         mTextCase(HbTextCaseNone),
         mConstraints(0),
-        mLocalDigitType(0),
+        mLocalDigitType(HbDigitTypeNone),
         mExtraDictionaryId(0),
         mClass(0),
         mHostEditor(0)
@@ -67,11 +67,11 @@
     Qt::InputMethodHints inputMethodHints() const;
 
 public:
-    int mInputMode;
+    HbInputModeType mInputMode;
     HbTextCase mTextCase;
-    int mConstraints;
+    HbEditorConstraints mConstraints;
     QPointer<HbInputFilter> mFilter;
-    int mLocalDigitType;
+    HbInputDigitType mLocalDigitType;
     int mExtraDictionaryId;
     int mClass;
     HbSmileyTheme mSmileyTheme;
@@ -103,13 +103,13 @@
     ~HbEditorInterfacePrivateCache();
 
 public:
-    HbEditorInterfacePrivate* attachEditor(QObject* aEditor, HbEditorInterface* aInterface);
+    HbEditorInterfacePrivate* attachEditor(QObject* editor, HbEditorInterface* interface);
     bool isConnected(QObject* object);
-    void notifyValueChanged(QObject *aEditor);
+    void notifyValueChanged(QObject *editor);
 
 public slots:
-    void destroyed(QObject* aObject);
-    void interfaceDestroyed(QObject* aObject);
+    void destroyed(QObject* object);
+    void interfaceDestroyed(QObject* object);
 
 private:
     QVector<HbEditorInterfacePrivate*> mObjectCache;