21 #ifndef LIBRARYFILEEXTENSIONBAR_H 22 #define LIBRARYFILEEXTENSIONBAR_H 24 #include "Gui/Utils/Widgets/Widget.h" 25 #include "Utils/Pimpl.h" 46 void sigCloseClicked();
76 void languageChanged()
override;
79 void buttonToggled(
bool b);
84 #endif // LIBRARYFILEEXTENSIONBAR_H void init(AbstractLibrary *library)
This method needs to be called before any other operation.
Definition: AbstractLibrary.h:41
void clear()
clears all buttons and the layout
bool hasExtensions() const
has_extensions
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:30
The FileExtensionBar class.
Definition: FileExtensionBar.h:40