Sayonara Player
|
Public Member Functions | |
DirectoryLibraryContainer (QObject *parent=nullptr) | |
QIcon | get_icon () const override |
Should return the icon displayed in the library view combobox. More... | |
QString | get_display_name () const override |
Should return the translated name displayed in the library view combobox. More... | |
QString | get_name () const override |
Should return an untranslated name used for identifying this widget. More... | |
QWidget * | get_ui () const override |
Should return the UI for the library view. More... | |
QComboBox * | get_libchooser () override |
Should return the library chooser combo box. More... | |
void | init_ui () override |
Should initialize the ui. The ui constructor should be called within this function. | |
virtual QMenu * | get_menu () |
return actions menu (may be nullptr). The title does not have to be set More... | |
void | set_menu_action (QAction *action) |
QAction * | get_menu_action () const |
bool | is_initialized () const |
tests, if the ui already has been initialized More... | |
|
overridevirtual |
Should return the translated name displayed in the library view combobox.
Implements LibraryContainerInterface.
|
overridevirtual |
Should return the icon displayed in the library view combobox.
Implements LibraryContainerInterface.
|
overridevirtual |
Should return the library chooser combo box.
Implements LibraryContainerInterface.
|
virtualinherited |
return actions menu (may be nullptr). The title does not have to be set
Reimplemented in LocalLibraryContainer, SoundcloudLibraryContainer, and SomaFMLibraryContainer.
|
overridevirtual |
Should return an untranslated name used for identifying this widget.
Implements LibraryContainerInterface.
|
overridevirtual |
Should return the UI for the library view.
Implements LibraryContainerInterface.
|
inherited |
tests, if the ui already has been initialized