Zrythm
a highly automated and intuitive digital audio workstation
|
A widget for selecting plugin_properties in the plugin inspector. More...
#include <gui/widgets/plugin_properties_expander.h>
Data Fields | |
TwoColExpanderBoxWidget | parent_instance |
GtkLabel * | name |
Plugin name. | |
GtkLabel * | type |
Plugin class. | |
GtkComboBoxText * | banks |
GtkListBox * | presets |
GtkButton * | save_preset_btn |
GtkButton * | load_preset_btn |
Plugin * | plugin |
Currently selected plugin. | |
gulong | bank_changed_handler |
gulong | pset_changed_handler |
A widget for selecting plugin_properties in the plugin inspector.
Definition at line 42 of file plugin_properties_expander.h.
gulong PluginPropertiesExpanderWidget::bank_changed_handler |
Definition at line 61 of file plugin_properties_expander.h.
GtkComboBoxText* PluginPropertiesExpanderWidget::banks |
Definition at line 52 of file plugin_properties_expander.h.
GtkButton* PluginPropertiesExpanderWidget::load_preset_btn |
Definition at line 56 of file plugin_properties_expander.h.
GtkLabel* PluginPropertiesExpanderWidget::name |
Plugin name.
Definition at line 47 of file plugin_properties_expander.h.
TwoColExpanderBoxWidget PluginPropertiesExpanderWidget::parent_instance |
Definition at line 44 of file plugin_properties_expander.h.
Plugin* PluginPropertiesExpanderWidget::plugin |
Currently selected plugin.
Definition at line 59 of file plugin_properties_expander.h.
GtkListBox* PluginPropertiesExpanderWidget::presets |
Definition at line 53 of file plugin_properties_expander.h.
gulong PluginPropertiesExpanderWidget::pset_changed_handler |
Definition at line 62 of file plugin_properties_expander.h.
GtkButton* PluginPropertiesExpanderWidget::save_preset_btn |
Definition at line 55 of file plugin_properties_expander.h.
GtkLabel* PluginPropertiesExpanderWidget::type |
Plugin class.
Definition at line 50 of file plugin_properties_expander.h.