messagingappbase/mce/src/MceDeliveryReportControlContainer.cpp
changeset 1 d09ac5c1e252
parent 0 72b543305e3a
equal deleted inserted replaced
0:72b543305e3a 1:d09ac5c1e252
    99 
    99 
   100     CreateWindowL();
   100     CreateWindowL();
   101 
   101 
   102     iListBox = new( ELeave ) CAknDoubleGraphicStyleListBox;
   102     iListBox = new( ELeave ) CAknDoubleGraphicStyleListBox;
   103     iListBox->SetContainerWindowL( *this );
   103     iListBox->SetContainerWindowL( *this );
   104     iListBox->ConstructL( this, EAknListBoxSelectionList );
   104     iListBox->ConstructL( this, EAknListBoxSelectionList|EAknListBoxItemSpecificMenuDisabled );
   105 
   105 
   106     CMceDeliveryReportAdapter* adapter = CMceDeliveryReportAdapter::NewL(
   106     CMceDeliveryReportAdapter* adapter = CMceDeliveryReportAdapter::NewL(
   107                     iMceDeliveryReportView->MceAppUi()->LogEngine(), iListBox );
   107                     iMceDeliveryReportView->MceAppUi()->LogEngine(), iListBox );
   108     iListBox->Model()->SetItemTextArray( adapter );
   108     iListBox->Model()->SetItemTextArray( adapter );
   109     iListBox->Model()->SetOwnershipType( ELbmOwnsItemArray );
   109     iListBox->Model()->SetOwnershipType( ELbmOwnsItemArray );