phoneapp/phoneuicontrol/inc/cphonekeyeventforwarder.h
branchRCL_3
changeset 17 38529f706030
parent 0 5f000ab63145
child 19 544e34b3255a
equal deleted inserted replaced
15:2a26698d78ba 17:38529f706030
    26 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    27 class MPhoneStateMachine;
    27 class MPhoneStateMachine;
    28 class MPhoneKeyEventHandler;
    28 class MPhoneKeyEventHandler;
    29 class MPhoneViewCommandHandle;
    29 class MPhoneViewCommandHandle;
    30 class CPhoneTimer;
    30 class CPhoneTimer;
       
    31 class CPhoneQwertyHandler;
       
    32 class MPhoneQwertyModeObserver;
    31 
    33 
    32 // CLASS DECLARATION
    34 // CLASS DECLARATION
    33 
    35 
    34 /**
    36 /**
    35 *  It is keyevent forwarder.
    37 *  It is keyevent forwarder.
   226         /**
   228         /**
   227          * Key scan code from EEventKey Updated in HandleEventKeyDownL. 
   229          * Key scan code from EEventKey Updated in HandleEventKeyDownL. 
   228          * Zeroed in HandleEventKeyUpL.
   230          * Zeroed in HandleEventKeyUpL.
   229          */
   231          */
   230         TInt iScanCode;
   232         TInt iScanCode;
       
   233 
       
   234         /*
       
   235         * Has information of used qwerty keyboard.
       
   236         * Own.
       
   237         */
       
   238         CPhoneQwertyHandler* iQwertyHandler;
   231     };
   239     };
   232 
   240 
   233 #endif      // CPHONEKEYEVENTFORWARDER_H
   241 #endif      // CPHONEKEYEVENTFORWARDER_H
   234             
   242             
   235 // End of File
   243 // End of File