camerauis/cameraapp/generic/src/CamInfoListBoxContainer.cpp
branchRCL_3
changeset 19 e32fcfe0045f
parent 17 8f559c47d7fd
child 22 f54ad444594d
equal deleted inserted replaced
17:8f559c47d7fd 19:e32fcfe0045f
    83     iSummaryBitmapArray.ResetAndDestroy();
    83     iSummaryBitmapArray.ResetAndDestroy();
    84     iTitleArray.ResetAndDestroy();
    84     iTitleArray.ResetAndDestroy();
    85     iDescArray.ResetAndDestroy();
    85     iDescArray.ResetAndDestroy();
    86     iExplTxtLinesLayout.Close();  
    86     iExplTxtLinesLayout.Close();  
    87 
    87 
    88     if ( iFeedback ) 
       
    89         {
       
    90         iFeedback->RemoveFeedbackForControl( iListBox );
       
    91         } 
       
    92 
       
    93     delete iListBox;
    88     delete iListBox;
    94 
    89 
    95     if ( iTooltipController )
    90     if ( iTooltipController )
    96         {
    91         {
    97         delete iTooltipController;
    92         delete iTooltipController;
   237     TPoint center = rect.Center();
   232     TPoint center = rect.Center();
   238     iTooltipController->SetPositionAndAlignment( TPoint( center.iX, rect.iTl.iY ), EHLeftVBottom );
   233     iTooltipController->SetPositionAndAlignment( TPoint( center.iX, rect.iTl.iY ), EHLeftVBottom );
   239      
   234      
   240     iTooltipController->SetTimeDelayBeforeShow( KInfoTooltipDelay );
   235     iTooltipController->SetTimeDelayBeforeShow( KInfoTooltipDelay );
   241     iTooltipController->SetTimePopupInView( KInfoTooltipDisplayTime );
   236     iTooltipController->SetTimePopupInView( KInfoTooltipDisplayTime );
   242 
   237         
   243     iFeedback = MTouchFeedback::Instance();  
       
   244     if ( iFeedback ) 
       
   245         {
       
   246         iFeedback->SetFeedbackArea( iListBox, 0, iListBox->Rect(), 
       
   247                                   ETouchFeedbackBasic, ETouchEventStylusDown );
       
   248         }
       
   249     iController.SetViewfinderWindowHandle( &Window() );
   238     iController.SetViewfinderWindowHandle( &Window() );
   250     PRINT(_L("Camera <= CCamInfoListBoxContainer::ConstructL") )    
   239     PRINT(_L("Camera <= CCamInfoListBoxContainer::ConstructL") )    
   251     }
   240     }
   252    
   241    
   253 // ---------------------------------------------------------------------------
   242 // ---------------------------------------------------------------------------