|
Zrythm
a highly automated and intuitive digital audio workstation
|

Data Fields | |
| GtkWidget | parent_instance |
| ChannelSend * | send |
| Owner. | |
| GtkGestureClick * | click |
| GtkGestureDrag * | drag |
| double | start_x |
| double | last_offset_x |
| float | send_amount_at_start |
| int | n_press |
| For multipress. | |
| GtkGestureClick * | right_mouse_mp |
| char * | cache_tooltip |
| Cache tooltip string. | |
| PangoLayout * | txt_layout |
| bool | was_empty |
| Flag used for adding/removing .empty CSS class. | |
| GtkPopoverMenu * | popover_menu |
| Popover to be reused for context menus. | |
| ChannelSendSelectorWidget * | selector_popover |
Definition at line 32 of file channel_send.h.
| char* ChannelSendWidget::cache_tooltip |
Cache tooltip string.
Definition at line 53 of file channel_send.h.
| GtkGestureClick* ChannelSendWidget::click |
Definition at line 39 of file channel_send.h.
| GtkGestureDrag* ChannelSendWidget::drag |
Definition at line 40 of file channel_send.h.
| double ChannelSendWidget::last_offset_x |
Definition at line 43 of file channel_send.h.
| int ChannelSendWidget::n_press |
For multipress.
Definition at line 48 of file channel_send.h.
| GtkWidget ChannelSendWidget::parent_instance |
Definition at line 34 of file channel_send.h.
| GtkPopoverMenu* ChannelSendWidget::popover_menu |
Popover to be reused for context menus.
Definition at line 62 of file channel_send.h.
| GtkGestureClick* ChannelSendWidget::right_mouse_mp |
Definition at line 50 of file channel_send.h.
| ChannelSendSelectorWidget* ChannelSendWidget::selector_popover |
Definition at line 64 of file channel_send.h.
| ChannelSend* ChannelSendWidget::send |
Owner.
Definition at line 37 of file channel_send.h.
| float ChannelSendWidget::send_amount_at_start |
Definition at line 45 of file channel_send.h.
| double ChannelSendWidget::start_x |
Definition at line 42 of file channel_send.h.
| PangoLayout* ChannelSendWidget::txt_layout |
Definition at line 55 of file channel_send.h.
| bool ChannelSendWidget::was_empty |
Flag used for adding/removing .empty CSS class.
Definition at line 59 of file channel_send.h.