21 #ifndef INFO_DIALOG_CONTAINER_H_ 22 #define INFO_DIALOG_CONTAINER_H_ 24 #include "Helper/MetaData/MetaDataFwd.h" 66 void check_info_dialog();
The GUI_InfoDialog class.
Definition: GUI_InfoDialog.h:41
void show_lyrics()
Show the Info dialogs' lyrics tab.
An interface used to abstract the usage of the info dialog. An implementing class has to return the i...
Definition: InfoDialogContainer.h:35
virtual MetaDataList get_data_for_info_dialog() const =0
get the metadata that should be used for the info dialog So for lists, the selected tracks are used h...
void show_edit()
Show the tag editor.
virtual MD::Interpretation get_metadata_interpretation() const =0
get the interpretation for the metadata. Maybe a list of metadata should be intrepeted as albums whil...
void show_info()
Show the Info dialogs' info tab.
void info_dialog_closed()
this function should not be called from outside. This function is triggered when the info dialog was ...