Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
PluginPropertiesExpanderWidget Struct Reference

A widget for selecting plugin_properties in the plugin inspector. More...

#include <gui/widgets/plugin_properties_expander.h>

Collaboration diagram for PluginPropertiesExpanderWidget:

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
 
Pluginplugin
 Currently selected plugin.
 
gulong bank_changed_handler
 
gulong pset_changed_handler
 

Detailed Description

A widget for selecting plugin_properties in the plugin inspector.

Definition at line 42 of file plugin_properties_expander.h.

Field Documentation

◆ bank_changed_handler

gulong PluginPropertiesExpanderWidget::bank_changed_handler

Definition at line 61 of file plugin_properties_expander.h.

◆ banks

GtkComboBoxText* PluginPropertiesExpanderWidget::banks

Definition at line 52 of file plugin_properties_expander.h.

◆ load_preset_btn

GtkButton* PluginPropertiesExpanderWidget::load_preset_btn

Definition at line 56 of file plugin_properties_expander.h.

◆ name

GtkLabel* PluginPropertiesExpanderWidget::name

Plugin name.

Definition at line 47 of file plugin_properties_expander.h.

◆ parent_instance

TwoColExpanderBoxWidget PluginPropertiesExpanderWidget::parent_instance

Definition at line 44 of file plugin_properties_expander.h.

◆ plugin

Plugin* PluginPropertiesExpanderWidget::plugin

Currently selected plugin.

Definition at line 59 of file plugin_properties_expander.h.

◆ presets

GtkListBox* PluginPropertiesExpanderWidget::presets

Definition at line 53 of file plugin_properties_expander.h.

◆ pset_changed_handler

gulong PluginPropertiesExpanderWidget::pset_changed_handler

Definition at line 62 of file plugin_properties_expander.h.

◆ save_preset_btn

GtkButton* PluginPropertiesExpanderWidget::save_preset_btn

Definition at line 55 of file plugin_properties_expander.h.

◆ type

GtkLabel* PluginPropertiesExpanderWidget::type

Plugin class.

Definition at line 50 of file plugin_properties_expander.h.


The documentation for this struct was generated from the following file: