mpxplugins/viewplugins/views/commoncontainer/src/mpxcommoncontaineravkonimp.cpp
branchRCL_3
changeset 21 a1247965635c
parent 0 ff3acec5bc43
equal deleted inserted replaced
18:c54d95799c80 21:a1247965635c
   351 
   351 
   352 // -----------------------------------------------------------------------------
   352 // -----------------------------------------------------------------------------
   353 // Draws a list box item
   353 // Draws a list box item
   354 // -----------------------------------------------------------------------------
   354 // -----------------------------------------------------------------------------
   355 //
   355 //
   356 void CMPXCommonContainerAvkonImp::DrawLbxItem( TInt aIndex )
   356 void CMPXCommonContainerAvkonImp::DrawLbxItemL( TInt aIndex )
   357     {
   357     {
   358     ASSERT( iListBox );
   358     ASSERT( iListBox );
   359     TInt topIndex( TopLbxItemIndex() );
   359     TInt topIndex( TopLbxItemIndex() );
   360     TInt bottomIndex( BottomLbxItemIndex() );
   360     TInt bottomIndex( BottomLbxItemIndex() );
   361     if ( aIndex >= topIndex && aIndex <= bottomIndex )
   361     if ( aIndex >= topIndex && aIndex <= bottomIndex )
   550 
   550 
   551 // ---------------------------------------------------------------------------
   551 // ---------------------------------------------------------------------------
   552 // Custom handling of menu pane for markable lists
   552 // Custom handling of menu pane for markable lists
   553 // ---------------------------------------------------------------------------
   553 // ---------------------------------------------------------------------------
   554 //
   554 //
   555 void CMPXCommonContainerAvkonImp::HandleMarkableListDynInitMenuPane(
   555 void CMPXCommonContainerAvkonImp::HandleMarkableListDynInitMenuPaneL(
   556     TInt aResourceId,
   556     TInt aResourceId,
   557     CEikMenuPane* aMenuPane )
   557     CEikMenuPane* aMenuPane )
   558     {
   558     {
   559     MPX_FUNC( "CMPXCommonContainerAvkonImp::HandleMarkableListDynInitMenuPane" );
   559     MPX_FUNC( "CMPXCommonContainerAvkonImp::HandleMarkableListDynInitMenuPane" );
   560     ASSERT( iListBox );
   560     ASSERT( iListBox );