|
Zrythm
a highly automated and intuitive digital audio workstation
|
A menu button that allows selecting active hardware ports. More...
#include <gui/widgets/active_hardware_mb.h>

Data Fields | |
| GtkWidget | parent_instance |
| GtkMenuButton * | mbutton |
| The actual menu button. | |
| ActiveHardwarePopoverWidget * | popover |
| Image to show next to the label. | |
| bool | is_midi |
| True for MIDI, false for audio. | |
| bool | input |
| True for input, false for output. | |
| GSettings * | settings |
| The settings to save to. | |
| const char * | key |
| The key in the settings to save to. | |
| GtkBox * | content |
| Popover content holder. | |
| GenericCallback | callback |
| void * | object |
A menu button that allows selecting active hardware ports.
Definition at line 37 of file active_hardware_mb.h.
| GenericCallback ActiveHardwareMbWidget::callback |
Definition at line 70 of file active_hardware_mb.h.
| GtkBox* ActiveHardwareMbWidget::content |
Popover content holder.
Definition at line 68 of file active_hardware_mb.h.
| bool ActiveHardwareMbWidget::input |
True for input, false for output.
Definition at line 59 of file active_hardware_mb.h.
| bool ActiveHardwareMbWidget::is_midi |
True for MIDI, false for audio.
Definition at line 56 of file active_hardware_mb.h.
| const char* ActiveHardwareMbWidget::key |
The key in the settings to save to.
Definition at line 65 of file active_hardware_mb.h.
| GtkMenuButton* ActiveHardwareMbWidget::mbutton |
The actual menu button.
Definition at line 42 of file active_hardware_mb.h.
| void* ActiveHardwareMbWidget::object |
Definition at line 71 of file active_hardware_mb.h.
| GtkWidget ActiveHardwareMbWidget::parent_instance |
Definition at line 39 of file active_hardware_mb.h.
| ActiveHardwarePopoverWidget* ActiveHardwareMbWidget::popover |
Image to show next to the label.
Label to show. The popover.
Definition at line 53 of file active_hardware_mb.h.
| GSettings* ActiveHardwareMbWidget::settings |
The settings to save to.
Definition at line 62 of file active_hardware_mb.h.