meetingrequest/mrgui/mrfieldbuilderplugin/src/cesmrlocationfield.cpp
branchRCL_3
changeset 17 8592a65ad3fb
parent 16 4ce476e64c59
child 24 b5fbb9b25d57
equal deleted inserted replaced
16:4ce476e64c59 17:8592a65ad3fb
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14  *  Description : ESMR location field implementation
    14  *  Description : ESMR location field implementation
    15  *  Version     : %version: e002sa33#52 %
    15  *  Version     : %version: e002sa32#53 %
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 
    19 
    20 #include "cesmrlocationfield.h"
    20 #include "cesmrlocationfield.h"
   646     TBool ret( EFalse );
   646     TBool ret( EFalse );
   647 
   647 
   648     if( iTitle->Rect().Contains( aPosition ) ||
   648     if( iTitle->Rect().Contains( aPosition ) ||
   649             iFieldButton->Rect().Contains( aPosition ) )
   649             iFieldButton->Rect().Contains( aPosition ) )
   650         {
   650         {
       
   651 		HandleTactileFeedbackL();
   651         NotifyEventL( EAknSoftkeyContextOptions );
   652         NotifyEventL( EAknSoftkeyContextOptions );
   652         HandleTactileFeedbackL();
       
   653         ret = ETrue;
   653         ret = ETrue;
   654         }
   654         }
   655 
   655 
   656     return ret;
   656     return ret;
   657     }
   657     }
   727         }
   727         }
   728 
   728 
   729     if( iTitle->Rect().Contains( aPosition ) ||
   729     if( iTitle->Rect().Contains( aPosition ) ||
   730             iFieldButton->Rect().Contains( aPosition ) )
   730             iFieldButton->Rect().Contains( aPosition ) )
   731         {
   731         {
       
   732 		HandleTactileFeedbackL();
   732         NotifyEventL( EAknSoftkeyContextOptions );
   733         NotifyEventL( EAknSoftkeyContextOptions );
   733         HandleTactileFeedbackL();
       
   734         }
   734         }
   735     }
   735     }
   736 
   736 
   737 // ---------------------------------------------------------------------------
   737 // ---------------------------------------------------------------------------
   738 // CESMRLocationField::DynInitMenuPaneL
   738 // CESMRLocationField::DynInitMenuPaneL