21 #ifndef STATIONSEARCHER_H 22 #define STATIONSEARCHER_H 25 #include "Utils/Pimpl.h" 26 #include "RadioStation.h" 34 void sigStationsFound();
51 void searchStyle(
const QString&
style);
52 void searchStation(
const QString& name);
53 void searchPrevious();
56 bool canSearchNext()
const;
57 bool canSearchPrevious()
const;
63 void searchFinished();
66 #endif // STATIONSEARCHER_H Definition: StationSearcher.h:28
QString style(bool dark)
fetch the stylesheet file formatted as string
Definition: EngineUtils.h:33