![]() |
Sayonara Player
|
#include <InfoDialogContainer.h>
An interface used to abstract the usage of the info dialog. An implementing class has to return the interpretation of a MetaDataList and the MetaDataList itself. The implementing class may call the show functions to open the info dialog at its specific tab.
Public Member Functions | |
void | show_info () |
Show the Info dialogs' info tab. | |
void | show_lyrics () |
Show the Info dialogs' lyrics tab. | |
void | show_edit () |
Show the tag editor. | |
void | info_dialog_closed () |
this function should not be called from outside. This function is triggered when the info dialog was closed. | |
Protected Member Functions | |
virtual MetaDataList::Interpretation | get_metadata_interpretation () const =0 |
get the interpretation for the metadata. Maybe a list of metadata should be intrepeted as albums while others should be considered as tracks More... | |
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 here More... | |
|
protectedpure virtual |
get the metadata that should be used for the info dialog So for lists, the selected tracks are used here
Implemented in GUI_DirectoryWidget.
|
protectedpure virtual |
get the interpretation for the metadata. Maybe a list of metadata should be intrepeted as albums while others should be considered as tracks
Implemented in GUI_DirectoryWidget.