idlefw/plugins/wsplugin/inc/numerickeyhandler.h
branchRCL_3
changeset 9 d0529222e3f0
parent 0 79c6a41cd166
child 51 15e4dd19031c
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
    42  */
    42  */
    43 class CNumericKeyHandler : 
    43 class CNumericKeyHandler : 
    44         public CEventHandler, 
    44         public CEventHandler, 
    45         private MCenRepNotifyHandlerCallback
    45         private MCenRepNotifyHandlerCallback
    46     {
    46     {
    47 public:
    47 public:    
       
    48     
    48     /**
    49     /**
    49      * Creates a new instance of this class.
    50      * Creates a new instance of this class.
    50      *
    51      *
    51      * @param aTargetWgId Window Group id of the target application where 
    52      * @param aTargetWgId Window Group id of the target application where 
    52      *                    numeric key events are forwarded.
    53      *                    numeric key events are forwarded.
   116     /// Qwerty mode indicator.
   117     /// Qwerty mode indicator.
   117     TInt iQwertyMode;
   118     TInt iQwertyMode;
   118     
   119     
   119     /// Input language indicator.
   120     /// Input language indicator.
   120     TInt iInputLanguage;
   121     TInt iInputLanguage;
       
   122     
       
   123 private:
       
   124     // friend classes
       
   125     
       
   126 #ifdef _AIWSPLUGIN_UNIT_TEST    
       
   127     friend class UT_NumericKeyHandler;
       
   128 #endif    
   121     };
   129     };
   122 
   130 
   123 } // namespace AiWsPlugin
   131 } // namespace AiWsPlugin
   124 
   132 
   125 
   133