23#ifndef GUISTATIONSEARCHER_H
24#define GUISTATIONSEARCHER_H
26#include "Gui/Utils/Widgets/Dialog.h"
27#include "Components/Streaming/StationSearcher/StationSearcher.h"
28#include "Utils/Pimpl.h"
40 void sigStreamSelected(
const QString& name,
const QString& url,
bool save);
47 QAbstractButton* okButton();
51 void changeMode(StationSearcher::Mode mode);
57 void searchPreviousClicked();
58 void searchNextClicked();
61 void searchTextChanged(
const QString& text);
62 void stationsFetched();
64 void currentStationChanged();
67 void showEvent(QShowEvent* e)
override;
68 void closeEvent(QCloseEvent* e)
override;
70 void languageChanged()
override;
71 void skinChanged()
override;
Definition: GUI_StationSearcher.h:34
Definition: RadioStation.h:36