Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
MixerWidget Struct Reference
Collaboration diagram for MixerWidget:

Data Fields

GtkBox parent_instance
DragDestBoxWidgetddbox
 Drag n drop dest box.
GtkBox * channels_box
 Box containing all channels except master.
Track * start_drag_track
 The track where dnd originated from.
AddTrackMenuButtonWidget * channels_add
GtkBox * master_box
ChannelSlotWidget * paste_slot
 Selected slot to paste selections (when copy-pasting plugins).
bool setup

Detailed Description

Definition at line 36 of file mixer.h.

Field Documentation

◆ channels_add

AddTrackMenuButtonWidget* MixerWidget::channels_add

Definition at line 56 of file mixer.h.

◆ channels_box

GtkBox* MixerWidget::channels_box

Box containing all channels except master.

Definition at line 46 of file mixer.h.

◆ ddbox

DragDestBoxWidget* MixerWidget::ddbox

Drag n drop dest box.

Definition at line 41 of file mixer.h.

◆ master_box

GtkBox* MixerWidget::master_box

Definition at line 57 of file mixer.h.

◆ parent_instance

GtkBox MixerWidget::parent_instance

Definition at line 38 of file mixer.h.

◆ paste_slot

ChannelSlotWidget* MixerWidget::paste_slot

Selected slot to paste selections (when copy-pasting plugins).

Definition at line 63 of file mixer.h.

◆ setup

bool MixerWidget::setup

Definition at line 65 of file mixer.h.

◆ start_drag_track

Track* MixerWidget::start_drag_track

The track where dnd originated from.

Used to decide if left/right highlight means the track should be dropped before or after.

Definition at line 54 of file mixer.h.


The documentation for this struct was generated from the following file:
  • src/gui/backend/gtk_widgets/mixer.h