fep/aknfep/inc/AknFepSharedDataInterface.h
branchRCL_3
changeset 5 a47de9135b21
parent 0 eb1f2e154e89
child 8 4eb1ae11334f
--- a/fep/aknfep/inc/AknFepSharedDataInterface.h	Fri Feb 19 23:09:27 2010 +0200
+++ b/fep/aknfep/inc/AknFepSharedDataInterface.h	Fri Mar 12 15:44:07 2010 +0200
@@ -525,6 +525,25 @@
     TInt DefaultOnScreenVKB();
 #endif
     
+    /**
+     * Returns a value of default arabic finger hwr orientation.
+     *
+     * @since 5.2
+     * @return 0 is portrait.
+     *         1 is landscape.
+     */
+    TInt DefaultArabicFingerHwrOrientation() const;
+    
+    /**
+     * Set a value of default arabic finger hwr orientation.
+     *
+     * @since 5.2
+     * @param aValue new value set to default arabic finger hwr orientation shared data item which
+     *               represents the default orientation.
+     *               0 is portrait.
+     *               1 is landscape.
+     */
+    void SetDefaultArabicFingerHwrOrientation(TInt aValue);
 private:
     /**
      * C++ Constructor