21#ifndef STATIONSEARCHER_H
22#define STATIONSEARCHER_H
24#include "Utils/Pimpl.h"
36 void sigStationsFound();
52 void searchStyle(
const QString&
style);
53 void searchStation(
const QString& name);
54 void searchPrevious();
57 bool canSearchNext()
const;
58 bool canSearchPrevious()
const;
64 void searchFinished();
Definition: EngineUtils.h:33
Definition: StationSearcher.h:31
QString style(bool dark)
fetch the stylesheet file formatted as string
Definition: RadioStation.h:36