23 #ifndef STATIONSEARCHER_H 24 #define STATIONSEARCHER_H 27 #include "Utils/Pimpl.h" 28 #include "RadioStation.h" 36 void sig_stations_found();
53 void search_style(
const QString&
style);
54 void search_station(
const QString& name);
55 void search_previous();
58 bool can_search_next()
const;
59 bool can_search_previous()
const;
65 void search_finished();
68 #endif // STATIONSEARCHER_H Definition: StationSearcher.h:30
QString style(bool dark)
fetch the stylesheet file formatted as string
Definition: EngineUtils.h:33