Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
plugin_properties_expander.h File Reference

PluginProperties expander widget. More...

#include "common/dsp/port.h"
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
#include "gui/backend/gtk_widgets/two_col_expander_box.h"
Include dependency graph for plugin_properties_expander.h:

Go to the source code of this file.

Data Structures

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

Macros

#define PLUGIN_PROPERTIES_EXPANDER_WIDGET_TYPE    (plugin_properties_expander_widget_get_type ())

Typedefs

typedef struct _PluginPresetSelectorWidget PluginPresetSelectorWidget

Functions

 G_DECLARE_FINAL_TYPE (PluginPropertiesExpanderWidget, plugin_properties_expander_widget, Z, PLUGIN_PROPERTIES_EXPANDER_WIDGET, TwoColExpanderBoxWidget)
void plugin_properties_expander_widget_refresh (PluginPropertiesExpanderWidget *self, zrythm::plugins::Plugin *pl)
 Refreshes each field.
void plugin_properties_expander_widget_setup (PluginPropertiesExpanderWidget *self, zrythm::plugins::Plugin *pl)
 Sets up the PluginPropertiesExpanderWidget for a Plugin.

Detailed Description

PluginProperties expander widget.

Definition in file plugin_properties_expander.h.

Macro Definition Documentation

◆ PLUGIN_PROPERTIES_EXPANDER_WIDGET_TYPE

#define PLUGIN_PROPERTIES_EXPANDER_WIDGET_TYPE    (plugin_properties_expander_widget_get_type ())

Definition at line 22 of file plugin_properties_expander.h.

Typedef Documentation

◆ PluginPresetSelectorWidget

typedef struct _PluginPresetSelectorWidget PluginPresetSelectorWidget

Definition at line 18 of file plugin_properties_expander.h.