videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTest.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
   339          * Checks the album count.
   339          * Checks the album count.
   340          *
   340          *
   341          * @param expectedCount
   341          * @param expectedCount
   342          */
   342          */
   343         virtual TInt CheckAlbumCountL( CStifItemParser& aItem );
   343         virtual TInt CheckAlbumCountL( CStifItemParser& aItem );
       
   344 
       
   345         /**
       
   346          * Renames an album.
       
   347          *
       
   348          * @param albumName
       
   349          * @param newAlbumName
       
   350          */
       
   351         virtual TInt RenameAlbumL( CStifItemParser& aItem );
       
   352         
       
   353         /**
       
   354          * Checks that an album exists.
       
   355          *
       
   356          * @param albumName
       
   357          */
       
   358         virtual TInt CheckAlbumExistsL( CStifItemParser& aItem );                
   344         
   359         
   345         /**
   360         /**
   346          * Checks the video count and that the videos really exist.
   361          * Checks the video count and that the videos really exist.
   347          *
   362          *
   348          * @param driveLetter, if specified checks only videos only on that drive
   363          * @param driveLetter, if specified checks only videos only on that drive
   578          * @param aDrive drive where medias are
   593          * @param aDrive drive where medias are
   579          * @param aStartIndex index of first media 
   594          * @param aStartIndex index of first media 
   580          * @param aEndIndex index of last media 
   595          * @param aEndIndex index of last media 
   581          */
   596          */
   582         virtual TInt RemoveMediasFromAlbumL( CStifItemParser& aItem );
   597         virtual TInt RemoveMediasFromAlbumL( CStifItemParser& aItem );
   583 
       
   584         /**
       
   585          * Checks the count of albums.
       
   586          *
       
   587          * @param aExpectedAlbumCount
       
   588          */
       
   589         virtual TInt CheckAlbumCount( CStifItemParser& aItem );
       
   590         
   598         
   591         /**
   599         /**
   592          * Creates a video file to the file system.
   600          * Creates a video file to the file system.
   593          * Test module keeps track of these files with iSideloadedFiles array.
   601          * Test module keeps track of these files with iSideloadedFiles array.
   594          * If size is -1 video size will not be altered.
   602          * If size is -1 video size will not be altered.