23 #ifndef GENREFETCHER_H 24 #define GENREFETCHER_H 27 #include "Utils/Pimpl.h" 28 #include "Utils/SetFwd.h" 46 void sigGenresFetched();
47 void sigProgress(
int progress);
57 void createGenre(
const Genre& genre);
58 void deleteGenre(
const Genre& genre);
60 void renameGenre(
const Genre& oldGenre,
const Genre& newGenre);
72 #endif // GENREFETCHER_H Definition: UserTaggingOperations.h:32
Definition: LocalLibrary.h:35
The GUI_TagEdit class.
Definition: GenreFetcher.h:33
Definition: GenreFetcher.h:39
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:35
The TagEdit class Metadata has to be added using the set_metadata(const MetaDataList&) method....
Definition: Editor.h:41