equal
deleted
inserted
replaced
546 * represents the default orientation. |
546 * represents the default orientation. |
547 * 0 is portrait. |
547 * 0 is portrait. |
548 * 1 is landscape. |
548 * 1 is landscape. |
549 */ |
549 */ |
550 void SetDefaultArabicFingerHwrOrientation(TInt aValue); |
550 void SetDefaultArabicFingerHwrOrientation(TInt aValue); |
|
551 /** |
|
552 * Returns a value of default arabic finger hwr number mode. |
|
553 * |
|
554 * @since 5.2 |
|
555 * @return 0 is portrait. |
|
556 * 1 is landscape. |
|
557 */ |
|
558 TInt DefaultArabicNumberMode() const; |
|
559 |
|
560 /** |
|
561 * Set a value of default arabic finger hwr number mode. |
|
562 * |
|
563 * @since 5.2 |
|
564 * @param aValue new value set to default arabic finger hwr number mode |
|
565 * ared data item which represents the default number mode. |
|
566 * 0 is latin nubmer. |
|
567 * 1 is arabic native number. |
|
568 */ |
|
569 void SetDefaultArabicNumberMode(TInt aValue); |
551 private: |
570 private: |
552 /** |
571 /** |
553 * C++ Constructor |
572 * C++ Constructor |
554 */ |
573 */ |
555 CAknFepSharedDataInterface(CAknFepManager* aFepManager); |
574 CAknFepSharedDataInterface(CAknFepManager* aFepManager); |