25 #ifndef GUI_INFODIALOG_H_ 26 #define GUI_INFODIALOG_H_ 28 #include "Gui/Utils/Widgets/Dialog.h" 29 #include "Utils/Pimpl.h" 55 enum class Tab : uint8_t
65 void set_metadata(
const MetaDataList& vd, MD::Interpretation interpretation);
66 bool has_metadata()
const;
68 void show(GUI_InfoDialog::Tab tab);
72 void skin_changed()
override;
73 void language_changed()
override;
77 void tab_index_changed_int(
int idx);
78 void tab_index_changed(GUI_InfoDialog::Tab idx);
88 void show_lyrics_tab();
89 void show_tag_edit_tab();
92 void prepare_info(MD::Interpretation mode);
94 void closeEvent(QCloseEvent *e)
override;
95 void showEvent(QShowEvent *e)
override;
97 using Gui::Dialog::show;
The GUI_InfoDialog class.
Definition: GUI_InfoDialog.h:46
An interface used to abstract the usage of the info dialog. An implementing class has to return the i...
Definition: InfoDialogContainer.h:35
Definition: GUI_ControlsBase.h:43
Definition: GUI_TagEdit.h:42
Definition: GUI_Lyrics.h:30
The CoverLocation class.
Definition: CoverLocation.h:37
Definition: SomaFMStation.h:33