21 #ifndef USERTAGGINGOPERATIONS_H 22 #define USERTAGGINGOPERATIONS_H 25 #include "Utils/Pimpl.h" 39 void sig_progress(
int);
45 void set_track_rating(
const MetaData& md, Rating rating);
46 void set_track_rating(
const MetaDataList& v_md, Rating rating);
48 void set_album_rating(
const Album& album, Rating rating);
50 void merge_artists(
const Util::Set<Id>& artist_ids, ArtistId target_artist_id);
51 void merge_albums(
const Util::Set<Id>& albums_ids, AlbumId target_album_id);
53 void add_genre(
const IdSet ids,
const Genre& genre);
54 void delete_genre(
const Genre& genre);
55 void rename_genre(
const Genre& genre,
const Genre& new_genre);
60 #endif // USERTAGGINGOPERATIONS_H Definition: UserTaggingOperations.h:31
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