21 #ifndef GUI_CONTROLS_H 22 #define GUI_CONTROLS_H 24 #include "GUI_ControlsBase.h" 43 QLabel* lab_sayonara()
const override;
44 QLabel* lab_title()
const override;
45 QLabel* lab_version()
const override;
46 QLabel* lab_album()
const override;
47 QLabel* lab_artist()
const override;
48 QLabel* lab_writtenby()
const override;
49 QLabel* lab_bitrate()
const override;
50 QLabel* lab_filesize()
const override;
51 QLabel* lab_copyright()
const override;
52 QLabel* lab_current_time()
const override;
53 QLabel* lab_max_time()
const override;
54 QWidget* widget_details()
const override;
58 QPushButton* btn_mute()
const override;
59 QPushButton* btn_play()
const override;
60 QPushButton* btn_rec()
const override;
61 QPushButton* btn_bwd()
const override;
62 QPushButton* btn_fwd()
const override;
63 QPushButton* btn_stop()
const override;
66 void toggle_buffer_mode(
bool buffering)
override;
67 bool is_resizable()
const override;
70 void language_changed()
override;
75 #endif // GUI_CONTROLS_H Definition: SearchSlider.h:30
Definition: GUI_ControlsBase.h:48
The ProgressBar class.
Definition: ProgressBar.h:36
Definition: GUI_Controls.h:31