21 #ifndef GUI_SPECTRUM_H 22 #define GUI_SPECTRUM_H 24 #include "Components/Engine/Playback/SoundOutReceiver.h" 26 #include "EnginePlugin.h" 42 QString get_name()
const override;
43 QString get_display_name()
const override;
46 void paintEvent(QPaintEvent* e)
override;
47 void showEvent(QShowEvent*)
override;
48 void closeEvent(QCloseEvent*)
override;
49 void init_ui()
override;
50 void retranslate_ui()
override;
54 void timed_out()
override;
59 void sl_update_style()
override;
67 void resize_steps(
int bins,
int rects);
70 #endif // GUI_SPECTRUM_H Definition: ui_GUI_SomaFM.h:216
Definition: GUI_Spectrum.h:32
Definition: ui_GUI_Spectrum.h:59
Definition: EnginePlugin.h:34
The SpectrumReceiver class.
Definition: SoundOutReceiver.h:43