21 #ifndef GUI_CONTROLS_H
22 #define GUI_CONTROLS_H
24 #include "GUI_ControlsBase.h"
44 QLabel* labSayonara()
const override;
45 QLabel* labTitle()
const override;
46 QLabel* labVersion()
const override;
47 QLabel* labAlbum()
const override;
48 QLabel* labArtist()
const override;
49 QLabel* labWrittenBy()
const override;
50 QLabel* labBitrate()
const override;
51 QLabel* labFilesize()
const override;
52 QLabel* labCopyright()
const override;
53 QLabel* labCurrentTime()
const override;
54 QLabel* labMaxTime()
const override;
55 QWidget* widgetDetails()
const override;
58 QPushButton* btnMute()
const override;
59 QPushButton* btnPlay()
const override;
60 QPushButton* btnRecord()
const override;
61 QPushButton* btnPrevious()
const override;
62 QPushButton* btnNext()
const override;
63 QPushButton* btnStop()
const override;
66 bool isExternResizeAllowed()
const override;
69 void languageChanged()
override;
Definition: CoverDataProvider.h:28
Definition: GUI_ControlsBase.h:52
Definition: GUI_Controls.h:34
A slider as it is used by the progress bar You can also set a different value by calling set_bufferin...
Definition: SearchSlider.h:41
Global handler for current playback state (Singleton)
Definition: PlayManager.h:36