|
| GUI_ControlsNew (QWidget *parent=nullptr) |
|
QLabel * | lab_sayonara () const override |
|
QLabel * | lab_title () const override |
|
QLabel * | lab_version () const override |
|
QLabel * | lab_album () const override |
|
QLabel * | lab_artist () const override |
|
QLabel * | lab_writtenby () const override |
|
QLabel * | lab_bitrate () const override |
|
QLabel * | lab_filesize () const override |
|
QLabel * | lab_copyright () const override |
|
QLabel * | lab_current_time () const override |
|
QLabel * | lab_max_time () const override |
|
QWidget * | widget_details () const override |
|
Gui::RatingEditor * | lab_rating () const override |
|
Gui::SearchSlider * | sli_progress () const override |
|
Gui::SearchSlider * | sli_volume () const override |
|
QPushButton * | btn_mute () const override |
|
QPushButton * | btn_play () const override |
|
QPushButton * | btn_rec () const override |
|
QPushButton * | btn_bwd () const override |
|
QPushButton * | btn_fwd () const override |
|
QPushButton * | btn_stop () const override |
|
Gui::CoverButton * | btn_cover () const override |
|
void | rating_changed_here (bool save) |
|
bool | is_extern_resize_allowed () const override |
|
virtual void | init () |
|
virtual QSize | button_size () const final |
|
Dialog * | box_into_dialog () |
|
void | info_dialog_closed () |
| this function should not be called from outside. This function is triggered when the info dialog was closed.
|
|
|
void | language_changed () override |
|
MD::Interpretation | metadata_interpretation () const override |
| get the interpretation for the metadata. Maybe a list of metadata should be intrepeted as albums while others should be considered as tracks More...
|
|
MetaDataList | info_dialog_data () const override |
| get the metadata that should be used for the info dialog So for lists, the selected tracks are used here More...
|
|
void | resizeEvent (QResizeEvent *e) override |
|
void | showEvent (QShowEvent *e) override |
|
void | contextMenuEvent (QContextMenuEvent *e) override |
|
void | skin_changed () override |
|
virtual void | closeEvent (QCloseEvent *e) |
|
virtual bool | has_metadata () const |
| returns, if the widget can provide metadata instantly If false, the info dialog will the pathlist More...
|
|
virtual QStringList | pathlist () const |
| Returns a list of paths. This is only used if has_metadata() returns false. More...
|
|
virtual void | show_info () |
| Show the Info dialogs' info tab.
|
|
virtual void | show_lyrics () |
| Show the Info dialogs' lyrics tab.
|
|
virtual void | show_edit () |
| Show the tag editor.
|
|
virtual void | show_cover_edit () |
|