 |
Sayonara Player
|
21 #ifndef GUI_CONTROLSNEW_H
22 #define GUI_CONTROLSNEW_H
24 #include "GUI_ControlsBase.h"
45 QLabel* labSayonara()
const override;
46 QLabel* labTitle()
const override;
47 QLabel* labVersion()
const override;
48 QLabel* labAlbum()
const override;
49 QLabel* labArtist()
const override;
50 QLabel* labWrittenBy()
const override;
51 QLabel* labBitrate()
const override;
52 QLabel* labFilesize()
const override;
53 QLabel* labCopyright()
const override;
54 QLabel* labCurrentTime()
const override;
55 QLabel* labMaxTime()
const override;
56 QWidget* widgetDetails()
const override;
60 QPushButton* btnMute()
const override;
61 QPushButton* btnPlay()
const override;
62 QPushButton* btnRecord()
const override;
63 QPushButton* btnPrevious()
const override;
64 QPushButton* btnNext()
const override;
65 QPushButton* btnStop()
const override;
68 void ratingChangedHere(
bool save);
69 bool isExternResizeAllowed()
const override;
72 void languageChanged()
override;
75 #endif // GUI_CONTROLSNEW_H
Global handler for current playback state (Singleton)
Definition: PlayManager.h:36
This class is used for the actual editing of a RatingLabel While the RatingLabel class is used in pai...
Definition: RatingLabel.h:97
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
Definition: GUI_ControlsNew.h:34
Definition: CoverDataProvider.h:28
Definition: GUI_ControlsBase.h:52