25 #ifndef GUI_INFODIALOG_H_ 26 #define GUI_INFODIALOG_H_ 28 #include "GUI/Utils/Widgets/Dialog.h" 29 #include "Utils/MetaData/MetaDataFwd.h" 30 #include "Utils/Pimpl.h" 56 enum class Tab : uint8_t
66 void set_metadata(
const MetaDataList& vd, MD::Interpretation interpretation);
67 bool has_metadata()
const;
69 void show(GUI_InfoDialog::Tab tab);
73 void skin_changed()
override;
74 void language_changed()
override;
78 void tab_index_changed_int(
int idx);
79 void tab_index_changed(GUI_InfoDialog::Tab idx);
89 void show_lyrics_tab();
90 void show_tag_edit_tab();
93 void prepare_info(MD::Interpretation mode);
95 void closeEvent(QCloseEvent *e)
override;
96 void showEvent(QShowEvent *e)
override;
98 using Gui::Dialog::show;
The GUI_InfoDialog class.
Definition: GUI_InfoDialog.h:47
An interface used to abstract the usage of the info dialog. An implementing class has to return the i...
Definition: InfoDialogContainer.h:36
Definition: GUI_ControlsBase.h:43
Definition: GUI_TagEdit.h:43
Definition: GUI_Lyrics.h:34
The CoverLocation class.
Definition: CoverLocation.h:43
Definition: SomaFMStation.h:33