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);
Definition: AbstractLibrary.h:44
The FileExtensionBar class.
Definition: FileExtensionBar.h:41
void clear()
clears all buttons and the layout
void refresh()
refetches all tracks with extensions, clears the layout, adds new buttons
void init(AbstractLibrary *library)
This method needs to be called before any other operation.
bool hasExtensions() const
has_extensions
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31