21 #ifndef SEARCHINFORMATION_H 22 #define SEARCHINFORMATION_H 24 #include "Utils/Pimpl.h" 35 SearchInformation(
int artist_id,
int album_id,
int track_id,
const QString& search_string);
38 QString search_string()
const;
39 int artist_id()
const;
52 IntSet artist_ids(
const QString& search_string)
const;
53 IntSet album_ids(
const QString& search_string)
const;
54 IntSet track_ids(
const QString& search_string)
const;
57 bool is_empty()
const;
62 #endif // SEARCHINFORMATION_H
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:35
Definition: SoundcloudLibraryContainer.h:30