24 #ifndef SOMAFMSTATION_H 25 #define SOMAFMSTATION_H 27 #include "Utils/Pimpl.h" 46 enum class UrlType : unsigned char
54 explicit Station(
const QString& content);
60 QStringList urls()
const;
61 QString description()
const;
62 UrlType url_type(
const QString& url)
const;
64 bool is_valid()
const;
68 void set_loved(
bool loved);
69 bool is_loved()
const;
72 void parse_station_name();
74 void parse_description();
The CoverLocation class.
Definition: CoverLocation.h:43
Definition: SomaFMStation.h:40