mpxplugins/viewplugins/views/commoncontainer/src/mpxcommoncontainerhgimp.cpp
branchRCL_3
changeset 40 cb96c29156b2
parent 21 a1247965635c
equal deleted inserted replaced
31:a12246c97fcc 40:cb96c29156b2
   294     {
   294     {
   295     MPX_FUNC( "CMPXCommonContainerHgImp::BottomLbxItemIndex" );
   295     MPX_FUNC( "CMPXCommonContainerHgImp::BottomLbxItemIndex" );
   296     return iBottomIndex;
   296     return iBottomIndex;
   297     }
   297     }
   298 
   298 
       
   299 // -----------------------------------------------------------------------------
       
   300 // Hides listbox
       
   301 // -----------------------------------------------------------------------------
       
   302 //
       
   303 void CMPXCommonContainerHgImp::HideListView()
       
   304     {
       
   305     if ( iListWidget )
       
   306            {
       
   307            iListWidget->MakeVisible(EFalse);
       
   308            }
       
   309     }
   299 
   310 
   300 // -----------------------------------------------------------------------------
   311 // -----------------------------------------------------------------------------
   301 // Gets current listbox item index (relative to the original listbox).
   312 // Gets current listbox item index (relative to the original listbox).
   302 // -----------------------------------------------------------------------------
   313 // -----------------------------------------------------------------------------
   303 //
   314 //