21#ifndef LIBRARYFILEEXTENSIONBAR_H
22#define LIBRARYFILEEXTENSIONBAR_H
24#include "Gui/Utils/Widgets/Widget.h"
25#include "Utils/Pimpl.h"
36 class FileExtensionBar :
40 PIMPL(FileExtensionBar)
43 void sigCloseClicked();
46 explicit FileExtensionBar(QWidget* parent =
nullptr);
47 ~FileExtensionBar()
override;
53 [[nodiscard]]
bool hasExtensions()
const;
56 void languageChanged()
override;
59 void buttonToggled(
bool b);
Definition AbstractLibrary.h:41
Collection of extensions. Handles extensions currently active or inactive and the extension toolbar.
Definition ExtensionSet.h:33