Zrythm
a highly automated and intuitive digital audio workstation
|
Plugin strip expander widget. More...
Go to the source code of this file.
Data Structures | |
struct | PluginStripExpanderWidget |
A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget. More... | |
Macros | |
#define | PLUGIN_STRIP_EXPANDER_WIDGET_TYPE (plugin_strip_expander_widget_get_type ()) |
Typedefs | |
typedef struct _ChannelSlotWidget | ChannelSlotWidget |
Enumerations | |
enum class | PluginStripExpanderPosition { PSE_POSITION_CHANNEL , PSE_POSITION_INSPECTOR } |
Functions | |
G_DECLARE_FINAL_TYPE (PluginStripExpanderWidget, plugin_strip_expander_widget, Z, PLUGIN_STRIP_EXPANDER_WIDGET, ExpanderBoxWidget) | |
void | plugin_strip_expander_widget_redraw_slot (PluginStripExpanderWidget *self, int slot) |
Queues a redraw of the given slot. | |
void | plugin_strip_expander_widget_refresh (PluginStripExpanderWidget *self) |
Refreshes each field. | |
void | plugin_strip_expander_widget_setup (PluginStripExpanderWidget *self, ZPluginSlotType type, PluginStripExpanderPosition position, Track *track) |
Sets up the PluginStripExpanderWidget. | |
Plugin strip expander widget.
Definition in file plugin_strip_expander.h.
#define PLUGIN_STRIP_EXPANDER_WIDGET_TYPE (plugin_strip_expander_widget_get_type ()) |
Definition at line 17 of file plugin_strip_expander.h.
typedef struct _ChannelSlotWidget ChannelSlotWidget |
Definition at line 27 of file plugin_strip_expander.h.