videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTester.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
   279          * @param aDestAlbumName
   279          * @param aDestAlbumName
   280          * @param aStartIndex
   280          * @param aStartIndex
   281          * @param aEndIndex 
   281          * @param aEndIndex 
   282          */
   282          */
   283         void RemoveMediasFromAlbumL( const TDesC& aAlbumName, TInt aSourceDrive, TInt aStartIndex, TInt aEndIndex );
   283         void RemoveMediasFromAlbumL( const TDesC& aAlbumName, TInt aSourceDrive, TInt aStartIndex, TInt aEndIndex );
   284         
   284 
   285         /**
   285         /**
   286          * Checks the count of albums.
   286          * Renames an album.
   287          */
   287          *
   288         bool CheckAlbumCount( int aExpectedCount );
   288          * @param aAlbumName
   289 
   289          * @param aNewAlbumName
       
   290          */
       
   291         void RenameAlbumL( const TDesC& aAlbumName, const TDesC& aNewAlbumName );
       
   292         
   290         /**
   293         /**
   291          * Use to toggle automatic refresh of contents when open collection changes.
   294          * Use to toggle automatic refresh of contents when open collection changes.
   292          */
   295          */
   293         void SetAutomaticRefresh( TBool aValue );
   296         void SetAutomaticRefresh( TBool aValue );
   294         
   297