23 #ifndef LIBRARYPLUGINCOMBOBOX_H 24 #define LIBRARYPLUGINCOMBOBOX_H 27 #include "Utils/Pimpl.h" 28 #include "Utils/Settings/SayonaraClass.h" 29 #include "GUI/Utils/Widgets/ComboBox.h" 42 explicit PluginCombobox(
const QString& text, QWidget* parent=
nullptr);
46 void skin_changed()
override;
47 void language_changed()
override;
53 void action_triggered(
bool b);
54 void current_library_changed(
const QString& name);
59 #endif // LIBRARYPLUGINCOMBOBOX_H Definition: LibraryPluginCombobox.h:35
Definition: ComboBox.h:31
An interface class needed when implementing a library plugin.
Definition: CachingThread.h:31