Zrythm v2.0.0-DEV
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 <src/gui/backend/gtk_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
zrythm::plugins::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 41 of file plugin_properties_expander.h.

Field Documentation

◆ bank_changed_handler

gulong PluginPropertiesExpanderWidget::bank_changed_handler

Definition at line 60 of file plugin_properties_expander.h.

◆ banks

GtkComboBoxText* PluginPropertiesExpanderWidget::banks

Definition at line 51 of file plugin_properties_expander.h.

◆ load_preset_btn

GtkButton* PluginPropertiesExpanderWidget::load_preset_btn

Definition at line 55 of file plugin_properties_expander.h.

◆ name

GtkLabel* PluginPropertiesExpanderWidget::name

Plugin name.

Definition at line 46 of file plugin_properties_expander.h.

◆ parent_instance

TwoColExpanderBoxWidget PluginPropertiesExpanderWidget::parent_instance

Definition at line 43 of file plugin_properties_expander.h.

◆ plugin

zrythm::plugins::Plugin* PluginPropertiesExpanderWidget::plugin

Currently selected plugin.

Definition at line 58 of file plugin_properties_expander.h.

◆ presets

GtkListBox* PluginPropertiesExpanderWidget::presets

Definition at line 52 of file plugin_properties_expander.h.

◆ pset_changed_handler

gulong PluginPropertiesExpanderWidget::pset_changed_handler

Definition at line 61 of file plugin_properties_expander.h.

◆ save_preset_btn

GtkButton* PluginPropertiesExpanderWidget::save_preset_btn

Definition at line 54 of file plugin_properties_expander.h.

◆ type

GtkLabel* PluginPropertiesExpanderWidget::type

Plugin class.

Definition at line 49 of file plugin_properties_expander.h.


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