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" 54 enum class Tab : uint8_t
64 void set_metadata(
const MetaDataList& vd, MD::Interpretation interpretation);
65 bool has_metadata()
const;
67 void show(GUI_InfoDialog::Tab tab);
71 void skin_changed()
override;
72 void language_changed()
override;
76 void tab_index_changed_int(
int idx);
77 void tab_index_changed(GUI_InfoDialog::Tab idx);
84 void prepare_info(MD::Interpretation mode);
86 void closeEvent(QCloseEvent *e)
override;
87 void showEvent(QShowEvent *e)
override;
The GUI_InfoDialog class.
Definition: GUI_InfoDialog.h:45
An interface used to abstract the usage of the info dialog. An implementing class has to return the i...
Definition: InfoDialogContainer.h:36
Definition: ComboBoxDelegate.h:26
The CoverLocation class.
Definition: CoverLocation.h:41
Definition: SomaFMStation.h:33