23 #ifndef LIBRARYFILEEXTENSIONBAR_H 24 #define LIBRARYFILEEXTENSIONBAR_H 26 #include "Gui/Utils/Widgets/Widget.h" 27 #include "Utils/Pimpl.h" 48 void sig_close_clicked();
78 void language_changed()
override;
81 void button_toggled(
bool b);
86 #endif // LIBRARYFILEEXTENSIONBAR_H void init(AbstractLibrary *library)
This method needs to be called before any other operation.
bool has_extensions() const
has_extensions
Definition: AbstractLibrary.h:41
void clear()
clears all buttons and the layout
void refresh()
refetches all tracks with extensions, clears the layout, adds new buttons
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32
The FileExtensionBar class.
Definition: LibraryFileExtensionBar.h:42