Zrythm
a highly automated and intuitive digital audio workstation
|
Data Fields | |
GtkBox | parent_instance |
PortConnection * | connection |
bool | is_input |
If this is 1, src is the input port and dest is the current one, otherwise dest is the output port and src is the current one. | |
GtkOverlay * | overlay |
Overlay to hold the slider and other widgets. | |
GtkButton * | delete_btn |
BarSliderWidget * | slider |
The slider. | |
PortConnectionsPopoverWidget * | parent |
Definition at line 25 of file port_connection_row.h.
PortConnection* PortConnectionRowWidget::connection |
Definition at line 29 of file port_connection_row.h.
GtkButton* PortConnectionRowWidget::delete_btn |
Definition at line 42 of file port_connection_row.h.
bool PortConnectionRowWidget::is_input |
If this is 1, src is the input port and dest is the current one, otherwise dest is the output port and src is the current one.
Definition at line 36 of file port_connection_row.h.
GtkOverlay* PortConnectionRowWidget::overlay |
Overlay to hold the slider and other widgets.
Definition at line 40 of file port_connection_row.h.
PortConnectionsPopoverWidget* PortConnectionRowWidget::parent |
Definition at line 47 of file port_connection_row.h.
GtkBox PortConnectionRowWidget::parent_instance |
Definition at line 27 of file port_connection_row.h.
BarSliderWidget* PortConnectionRowWidget::slider |
The slider.
Definition at line 45 of file port_connection_row.h.