21 #ifndef USERTAGGINGOPERATIONS_H 22 #define USERTAGGINGOPERATIONS_H 25 #include "Utils/Pimpl.h" 40 void sigProgress(
int);
46 void setTrackRating(
const MetaData& md, Rating rating);
47 void setTrackRating(
const MetaDataList& tracks, Rating rating);
49 void setAlbumRating(
const Album& album, Rating rating);
51 void mergeArtists(
const Util::Set<Id>& artisIids, ArtistId targetArtistId);
52 void mergeAlbums(
const Util::Set<Id>& albumsIds, AlbumId targetAlbumId);
54 void addGenre(
const IdSet ids,
const Genre& genre);
55 void deleteGenre(
const Genre& genre);
56 void renameGenre(
const Genre& genre,
const Genre& newGenre);
61 void runEditor(
Editor* editor);
65 #endif // USERTAGGINGOPERATIONS_H Definition: UserTaggingOperations.h:32
The GUI_TagEdit class.
Definition: GenreFetcher.h:33
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:35
The Album class.
Definition: Album.h:39
The TagEdit class Metadata has to be added using the set_metadata(const MetaDataList&) method....
Definition: Editor.h:41