fep/aknfep/inc/AknFepSharedDataInterface.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 12 5e18d8c489d6
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
    32 #include <e32base.h>
    32 #include <e32base.h>
    33 #include <PtiDefs.h>
    33 #include <PtiDefs.h>
    34 #include <e32property.h>
    34 #include <e32property.h>
    35 #include <cenrepnotifyhandler.h>
    35 #include <cenrepnotifyhandler.h>
    36 #include <pslninternalcrkeys.h>
    36 #include <pslninternalcrkeys.h>
       
    37 #include <AknFepGlobalEnums.h>  // for TPluginInputMode
    37 
    38 
    38 class CRepository;
    39 class CRepository;
    39 
    40 
    40 class CAknFepRepositoryWatcher : public CBase, public MCenRepNotifyHandlerCallback
    41 class CAknFepRepositoryWatcher : public CBase, public MCenRepNotifyHandlerCallback
    41     {
    42     {
   565      * ared data item which represents the default number mode.
   566      * ared data item which represents the default number mode.
   566      *               0 is latin nubmer.
   567      *               0 is latin nubmer.
   567      *               1 is arabic native number.
   568      *               1 is arabic native number.
   568      */
   569      */
   569     void SetDefaultArabicNumberMode(TInt aValue);
   570     void SetDefaultArabicNumberMode(TInt aValue);
       
   571 
       
   572     /**
       
   573      * Get the last used plugin input mode for portrait orientation
       
   574      *
       
   575      * @since 5.2
       
   576      * @return value of KAknFepLastUsedPortraitInput value.
       
   577      */
       
   578     TPluginInputMode PluginPortraitInputMode() const;
       
   579 
       
   580     /**
       
   581      * Replaces the last used plugin input mode for portrait orientation
       
   582      *
       
   583      * @since 5.2
       
   584      * @param Replace value of KAknFepLastUsedPortraitInput value.
       
   585      */
       
   586     void SetPluginPortraitInputMode( TPluginInputMode aLastUsedPortraitInputMode );
   570 private:
   587 private:
   571     /**
   588     /**
   572      * C++ Constructor
   589      * C++ Constructor
   573      */
   590      */
   574     CAknFepSharedDataInterface(CAknFepManager* aFepManager);
   591     CAknFepSharedDataInterface(CAknFepManager* aFepManager);