mpxplugins/viewplugins/views/podcastview/src/mpxpodcastcollectionviewcontainer.cpp
branchRCL_3
changeset 21 cb96c29156b2
parent 15 a1247965635c
equal deleted inserted replaced
19:a12246c97fcc 21:cb96c29156b2
   132     MPX_FUNC( "CMPXPodcastCollectionViewContainer::PlaybackIndex" );
   132     MPX_FUNC( "CMPXPodcastCollectionViewContainer::PlaybackIndex" );
   133     return ( iLbxArray ? iLbxArray->GetPlaybackIndex() : KErrNotFound );
   133     return ( iLbxArray ? iLbxArray->GetPlaybackIndex() : KErrNotFound );
   134     }
   134     }
   135 
   135 
   136 // ---------------------------------------------------------------------------
   136 // ---------------------------------------------------------------------------
       
   137 // Hides container list box
       
   138 // ---------------------------------------------------------------------------
       
   139 //
       
   140 void CMPXPodcastCollectionViewContainer::HideContainerWindow()
       
   141     {
       
   142         if ( iCommonContainer )
       
   143             {
       
   144             iCommonContainer->HideListView();
       
   145             }
       
   146     }
       
   147 	
       
   148 // ---------------------------------------------------------------------------
   137 // Sets the current view to be used to determine the correct help context
   149 // Sets the current view to be used to determine the correct help context
   138 // ---------------------------------------------------------------------------
   150 // ---------------------------------------------------------------------------
   139 //
   151 //
   140 void CMPXPodcastCollectionViewContainer::SetCurrentView(
   152 void CMPXPodcastCollectionViewContainer::SetCurrentView(
   141     const TMPXPodcastView& currentView )
   153     const TMPXPodcastView& currentView )