1 #ifndef USERTAGGINGOPERATIONS_H 2 #define USERTAGGINGOPERATIONS_H 5 #include "Utils/Pimpl.h" 6 #include "Utils/Settings/SayonaraClass.h" 21 void sig_progress(
int);
27 void set_track_rating(
const MetaData& md, Rating rating);
28 void set_track_rating(
const MetaDataList& v_md, Rating rating);
30 void merge_artists(
const Util::Set<Id>& artist_ids, ArtistId target_artist_id);
31 void merge_albums(
const Util::Set<Id>& albums_ids, AlbumId target_album_id);
33 void add_genre(
const IdSet ids,
const Genre& genre);
34 void delete_genre(
const Genre& genre);
35 void rename_genre(
const Genre& genre,
const Genre& new_genre);
40 #endif // USERTAGGINGOPERATIONS_H Definition: UserTaggingOperations.h:12
The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:29
The GUI_TagEdit class.
Definition: GenreFetcher.h:32
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:35