phoneapp/phoneuicontrol/inc/mphonekeyevents.h
changeset 72 c76a0b1755b9
parent 56 5bcb308bd24d
child 74 d1c62c765e48
equal deleted inserted replaced
64:6aaf0276100e 72:c76a0b1755b9
    61 
    61 
    62         virtual void HandleKeyEventL(
    62         virtual void HandleKeyEventL(
    63             const TKeyEvent& aKeyEvent,
    63             const TKeyEvent& aKeyEvent,
    64             TEventCode aEventCode ) = 0;
    64             TEventCode aEventCode ) = 0;
    65 
    65 
    66         virtual void HandleKeyPressDurationL(
       
    67             TKeyCode aCode,
       
    68             TTimeIntervalMicroSeconds aKeyPressDuration ) = 0;
       
    69             
       
    70         virtual void HandleLongHashL() = 0;
       
    71         
       
    72         virtual void HandleDtmfKeyToneL( const TKeyEvent& aKeyEvent,
    66         virtual void HandleDtmfKeyToneL( const TKeyEvent& aKeyEvent,
    73                         TEventCode aEventCode ) = 0;
    67                         TEventCode aEventCode ) = 0;
    74         
    68         
    75         virtual TBool IsAlphanumericSupportedAndCharInput( 
    69         virtual TBool IsAlphanumericSupportedAndCharInput( 
    76                 const TKeyEvent& aKeyEvent ) = 0 ;
    70                 const TKeyEvent& aKeyEvent ) = 0 ;