25 #ifndef SOMAFMSTATION_H 26 #define SOMAFMSTATION_H 28 #include "Helper/MetaData/MetaDataList.h" 29 #include "Components/Covers/CoverLocation.h" 35 enum class UrlType : quint8
45 QString get_name()
const;
46 QStringList get_urls()
const;
47 QString get_description()
const;
48 UrlType get_url_type(
const QString& url)
const;
50 bool is_valid()
const;
54 void set_loved(
bool loved);
55 bool is_loved()
const;
62 QString _station_name;
70 void parse_station_name();
72 void parse_description();
Definition: SomaFMStation.h:31
The CoverLocation class.
Definition: CoverLocation.h:38