Zrythm
a highly automated and intuitive digital audio workstation
|
A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget. More...
#include <gui/widgets/channel_sends_expander.h>
Data Fields | |
ExpanderBoxWidget | parent_instance |
ChannelSendsExpanderPosition | position |
GtkScrolledWindow * | scroll |
Scrolled window for the vbox inside. | |
GtkViewport * | viewport |
GtkBox * | box |
VBox containing each slot. | |
GtkBox * | strip_boxes [STRIP_SIZE] |
1 box for each item. | |
ChannelSendWidget * | slots [STRIP_SIZE] |
Send slots. | |
Track * | track |
Owner track. | |
A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget.
Definition at line 48 of file channel_sends_expander.h.
GtkBox* ChannelSendsExpanderWidget::box |
VBox containing each slot.
Definition at line 59 of file channel_sends_expander.h.
ExpanderBoxWidget ChannelSendsExpanderWidget::parent_instance |
Definition at line 50 of file channel_sends_expander.h.
ChannelSendsExpanderPosition ChannelSendsExpanderWidget::position |
Definition at line 52 of file channel_sends_expander.h.
GtkScrolledWindow* ChannelSendsExpanderWidget::scroll |
Scrolled window for the vbox inside.
Definition at line 55 of file channel_sends_expander.h.
ChannelSendWidget* ChannelSendsExpanderWidget::slots[STRIP_SIZE] |
Send slots.
Definition at line 65 of file channel_sends_expander.h.
GtkBox* ChannelSendsExpanderWidget::strip_boxes[STRIP_SIZE] |
1 box for each item.
Definition at line 62 of file channel_sends_expander.h.
Track* ChannelSendsExpanderWidget::track |
Owner track.
Definition at line 68 of file channel_sends_expander.h.
GtkViewport* ChannelSendsExpanderWidget::viewport |
Definition at line 56 of file channel_sends_expander.h.