usbuis/usbui/USBClassChangeUIPlugin/src/USBClassChangeUIPluginContainer.cpp
branchRCL_3
changeset 68 165aafcbb3d8
parent 2 468cfcb53fd1
equal deleted inserted replaced
67:56303587e92f 68:165aafcbb3d8
   308                    {
   308                    {
   309                    FLOG(_L("[CUSBClassChangeUIPlugin]\t HandleListBoxEventL()EEventItemSingleClicked"));
   309                    FLOG(_L("[CUSBClassChangeUIPlugin]\t HandleListBoxEventL()EEventItemSingleClicked"));
   310                    iViewRef->HandleCommandL( EUSBUICmdSelect );
   310                    iViewRef->HandleCommandL( EUSBUICmdSelect );
   311                    break;
   311                    break;
   312                    }
   312                    }
       
   313                case EEventPenDownOnItem:
       
   314             	   {
       
   315             	   ShowPopUpsL (CurrentItemIndex());
       
   316             	   break;
       
   317             	   }
   313                case EEventPanningStarted:
   318                case EEventPanningStarted:
   314                case EEventPanningStopped:
   319                case EEventPanningStopped:
   315                case EEventFlickStarted:
   320                case EEventFlickStarted:
   316                case EEventFlickStopped:
   321                case EEventFlickStopped:
   317                case EEventPenDownOnItem:
   322                case EEventItemDraggingActioned:
   318                case EEventItemDraggingActioned:   
   323             	   break;
   319                    {
       
   320                    ShowPopUpsL (CurrentItemIndex()) ;
       
   321                    break;
       
   322                    }
       
   323               default:
   324               default:
   324                      break;
   325                      break;
   325                      }
   326                      }
   326                 }
   327                 }
   327     if( (aEventType == EEventEnterKeyPressed) || 
   328     if( (aEventType == EEventEnterKeyPressed) ||