mpxplugins/viewplugins/views/collectionviewhg/inc/mpxcollectionviewhgimp.h
changeset 1 8118492f1bdf
parent 0 ff3acec5bc43
child 2 b70d77332e66
equal deleted inserted replaced
0:ff3acec5bc43 1:8118492f1bdf
   128      * Delete the selected items
   128      * Delete the selected items
   129      * @param aCommand the command that triggered the deletion
   129      * @param aCommand the command that triggered the deletion
   130      *
   130      *
   131      */
   131      */
   132     void DeleteSelectedItemsL(TInt aCommand);
   132     void DeleteSelectedItemsL(TInt aCommand);
       
   133     
       
   134 	/**
       
   135      * Delete the selected items in TBone view
       
   136      * @param aCommand the command that triggered the deletion
       
   137      *
       
   138      */
       
   139     void DeleteSelectedTBoneItemsL( TInt aCommand );
   133 
   140 
   134     /**
   141     /**
   135      * Updates list box
   142      * Updates list box
   136      *
   143      *
   137      * @param aEntries collection entries opened
   144      * @param aEntries collection entries opened
   366 
   373 
   367     /**
   374     /**
   368      * Handle send command
   375      * Handle send command
   369      */
   376      */
   370     void DoSendL();
   377     void DoSendL();
       
   378    
       
   379    /**
       
   380      * Handle send command in TBone view
       
   381      */
       
   382     void DoSendTBoneListItemL( TMPXItemId aContainerId );
   371 
   383 
   372     /**
   384     /**
   373      * Handle send playlist command
   385      * Handle send playlist command
   374      *
   386      *
   375      * @param aItemId playlist id
   387      * @param aItemId playlist id
   823  	 */
   835  	 */
   824  	void HandleBacksteppingActivation();
   836  	void HandleBacksteppingActivation();
   825 
   837 
   826  	void ChangeCbaVisibility( TBool aVisible );
   838  	void ChangeCbaVisibility( TBool aVisible );
   827 
   839 
       
   840  	void UpdateCba();
       
   841  	
   828     void HandleInitMusicMenuPaneL(CEikMenuPane* aMenuPane );
   842     void HandleInitMusicMenuPaneL(CEikMenuPane* aMenuPane );
   829 
   843 
   830     void OpenAllSongsL();
   844     void OpenAllSongsL();
   831     void OpenArtistAlbumsL();
   845     void OpenArtistAlbumsL();
   832     void OpenPlaylistsL();
   846     void OpenPlaylistsL();