Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
AutomatableSelectorPopoverWidget Struct Reference

A popover for selecting the automation track to automate. More...

#include <gui/widgets/popovers/automatable_selector_popover.h>

Collaboration diagram for AutomatableSelectorPopoverWidget:

Data Fields

GtkPopover parent_instance
 
AutomationTrackowner
 The owner button.
 
GtkListView * type_listview
 
GtkListView * port_listview
 
ItemFactoryport_factory
 
GtkLabel * info
 
GtkSearchEntry * port_search_entry
 
Portselected_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.
 

Detailed Description

A popover for selecting the automation track to automate.

Definition at line 79 of file automatable_selector_popover.h.

Field Documentation

◆ info

GtkLabel* AutomatableSelectorPopoverWidget::info

Definition at line 91 of file automatable_selector_popover.h.

◆ owner

AutomationTrack* AutomatableSelectorPopoverWidget::owner

The owner button.

Definition at line 84 of file automatable_selector_popover.h.

◆ parent_instance

GtkPopover AutomatableSelectorPopoverWidget::parent_instance

Definition at line 81 of file automatable_selector_popover.h.

◆ port_factory

ItemFactory* AutomatableSelectorPopoverWidget::port_factory

Definition at line 89 of file automatable_selector_popover.h.

◆ port_listview

GtkListView* AutomatableSelectorPopoverWidget::port_listview

Definition at line 87 of file automatable_selector_popover.h.

◆ port_search_entry

GtkSearchEntry* AutomatableSelectorPopoverWidget::port_search_entry

Definition at line 93 of file automatable_selector_popover.h.

◆ selected_port

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.

◆ type_listview

GtkListView* AutomatableSelectorPopoverWidget::type_listview

Definition at line 86 of file automatable_selector_popover.h.


The documentation for this struct was generated from the following file: