21 #ifndef LIBRARYPLUGINCOMBOBOX_H 22 #define LIBRARYPLUGINCOMBOBOX_H 24 #include "Utils/Pimpl.h" 25 #include "Utils/Settings/SayonaraClass.h" 26 #include "GUI/Utils/Widgets/ComboBox.h" 39 explicit PluginCombobox(
const QString& text, QWidget* parent=
nullptr);
43 void skin_changed()
override;
44 void language_changed()
override;
50 void action_triggered(
bool b);
51 void current_library_changed(
const QString& name);
56 #endif // LIBRARYPLUGINCOMBOBOX_H Definition: LibraryPluginCombobox.h:32
Definition: ComboBox.h:29
An interface class needed when implementing a library plugin.
Definition: CachingThread.h:29