21#ifndef GUI_CONTROLSNEW_H
22#define GUI_CONTROLSNEW_H
24#include "GUI_ControlsBase.h"
43 [[nodiscard]] QLabel* labSayonara()
const override;
44 [[nodiscard]] QLabel* labTitle()
const override;
45 [[nodiscard]] QLabel* labVersion()
const override;
46 [[nodiscard]] QLabel* labAlbum()
const override;
47 [[nodiscard]] QLabel* labArtist()
const override;
48 [[nodiscard]] QLabel* labWrittenBy()
const override;
49 [[nodiscard]] QLabel* labBitrate()
const override;
50 [[nodiscard]] QLabel* labFilesize()
const override;
51 [[nodiscard]] QLabel* labCopyright()
const override;
52 [[nodiscard]] QLabel* labCurrentTime()
const override;
53 [[nodiscard]] QLabel* labMaxTime()
const override;
54 [[nodiscard]] QWidget* widgetDetails()
const override;
57 [[nodiscard]] QPushButton* btnMute()
const override;
58 [[nodiscard]] QPushButton* btnPlay()
const override;
59 [[nodiscard]] QPushButton* btnRecord()
const override;
60 [[nodiscard]] QPushButton* btnPrevious()
const override;
61 [[nodiscard]] QPushButton* btnNext()
const override;
62 [[nodiscard]] QPushButton* btnStop()
const override;
66 [[nodiscard]]
bool isExternResizeAllowed()
const override;
68 void ratingChangedHere(
bool save);
71 void languageChanged()
override;
Definition: CoverDataProvider.h:28
Definition: GUI_ControlsBase.h:52
Definition: GUI_ControlsNew.h:34
This class is used for the actual editing of a RatingLabel While the RatingLabel class is used in pai...
Definition: RatingLabel.h:97
Definition: SearchSlider.h:35
Global handler for current playback state (Singleton)
Definition: PlayManager.h:36