1 #ifndef SOMAFMSTATION_H
2 #define SOMAFMSTATION_H
4 #include "Helper/MetaData/MetaDataList.h"
5 #include "Components/CoverLookup/CoverLocation.h"
11 enum class UrlType : quint8
21 QString get_station_name()
const;
22 QStringList get_urls()
const;
23 QString get_description()
const;
24 UrlType get_url_type(
const QString& url)
const;
26 bool is_valid()
const;
35 QString _station_name;
42 void parse_station_name();
44 void parse_description();
Definition: SomaFMStation.h:7
The CoverLocation class.
Definition: CoverLocation.h:37