Zrythm
a highly automated and intuitive digital audio workstation
|
A popover for selecting the automation track to automate. More...
#include <gui/widgets/popovers/automatable_selector_popover.h>
Data Fields | |
GtkPopover | parent_instance |
AutomationTrack * | owner |
The owner button. | |
GtkListView * | type_listview |
GtkListView * | port_listview |
ItemFactory * | port_factory |
GtkLabel * | info |
GtkSearchEntry * | port_search_entry |
Port * | selected_port |
The selected Port will be stored here and passed to the button when closing so that it can hide the current AutomationTrack and create/show the one corresponding to this Automatable. | |
A popover for selecting the automation track to automate.
Definition at line 79 of file automatable_selector_popover.h.
GtkLabel* AutomatableSelectorPopoverWidget::info |
Definition at line 91 of file automatable_selector_popover.h.
AutomationTrack* AutomatableSelectorPopoverWidget::owner |
The owner button.
Definition at line 84 of file automatable_selector_popover.h.
GtkPopover AutomatableSelectorPopoverWidget::parent_instance |
Definition at line 81 of file automatable_selector_popover.h.
ItemFactory* AutomatableSelectorPopoverWidget::port_factory |
Definition at line 89 of file automatable_selector_popover.h.
GtkListView* AutomatableSelectorPopoverWidget::port_listview |
Definition at line 87 of file automatable_selector_popover.h.
GtkSearchEntry* AutomatableSelectorPopoverWidget::port_search_entry |
Definition at line 93 of file automatable_selector_popover.h.
Port* AutomatableSelectorPopoverWidget::selected_port |
The selected Port will be stored here and passed to the button when closing so that it can hide the current AutomationTrack and create/show the one corresponding to this Automatable.
Definition at line 100 of file automatable_selector_popover.h.
GtkListView* AutomatableSelectorPopoverWidget::type_listview |
Definition at line 86 of file automatable_selector_popover.h.