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

The export dialog. More...

#include <gui/widgets/dialogs/export_dialog.h>

Collaboration diagram for ExportDialogWidget:

Data Fields

GtkDialog parent_instance
 
AdwViewSwitcherTitle * title
 
AdwViewStack * stack
 
AdwEntryRow * audio_title
 
AdwEntryRow * audio_artist
 
AdwEntryRow * audio_genre
 
AdwComboRow * audio_format
 
AdwComboRow * audio_bit_depth
 
AdwActionRow * audio_dither
 
GtkSwitch * audio_dither_switch
 
AdwComboRow * audio_filename_pattern
 
AdwComboRow * audio_mixdown_or_stems
 
AdwComboRow * audio_time_range_combo
 
AdwActionRow * audio_custom_tr_row
 
GtkBox * audio_custom_tr_start_meter_box
 
DigitalMeterWidgetaudio_custom_tr_start_meter
 
Position audio_custom_start_pos
 
GtkBox * audio_custom_tr_end_meter_box
 
DigitalMeterWidgetaudio_custom_tr_end_meter
 
Position audio_custom_end_pos
 
GtkColumnView * audio_tracks_view
 
GtkLabel * audio_output_label
 
GPtrArray * audio_item_factories
 
AdwEntryRow * midi_title
 
AdwEntryRow * midi_artist
 
AdwEntryRow * midi_genre
 
AdwComboRow * midi_format
 
GtkSwitch * midi_export_lanes_as_tracks_switch
 
AdwComboRow * midi_filename_pattern
 
AdwComboRow * midi_mixdown_or_stems
 
AdwComboRow * midi_time_range_combo
 
AdwActionRow * midi_custom_tr_row
 
GtkBox * midi_custom_tr_start_meter_box
 
DigitalMeterWidgetmidi_custom_tr_start_meter
 
Position midi_custom_start_pos
 
GtkBox * midi_custom_tr_end_meter_box
 
DigitalMeterWidgetmidi_custom_tr_end_meter
 
Position midi_custom_end_pos
 
GtkColumnView * midi_tracks_view
 
GtkLabel * midi_output_label
 
GPtrArray * midi_item_factories
 

Detailed Description

The export dialog.

Definition at line 41 of file export_dialog.h.

Field Documentation

◆ audio_artist

AdwEntryRow* ExportDialogWidget::audio_artist

Definition at line 50 of file export_dialog.h.

◆ audio_bit_depth

AdwComboRow* ExportDialogWidget::audio_bit_depth

Definition at line 53 of file export_dialog.h.

◆ audio_custom_end_pos

Position ExportDialogWidget::audio_custom_end_pos

Definition at line 65 of file export_dialog.h.

◆ audio_custom_start_pos

Position ExportDialogWidget::audio_custom_start_pos

Definition at line 62 of file export_dialog.h.

◆ audio_custom_tr_end_meter

DigitalMeterWidget* ExportDialogWidget::audio_custom_tr_end_meter

Definition at line 64 of file export_dialog.h.

◆ audio_custom_tr_end_meter_box

GtkBox* ExportDialogWidget::audio_custom_tr_end_meter_box

Definition at line 63 of file export_dialog.h.

◆ audio_custom_tr_row

AdwActionRow* ExportDialogWidget::audio_custom_tr_row

Definition at line 59 of file export_dialog.h.

◆ audio_custom_tr_start_meter

DigitalMeterWidget* ExportDialogWidget::audio_custom_tr_start_meter

Definition at line 61 of file export_dialog.h.

◆ audio_custom_tr_start_meter_box

GtkBox* ExportDialogWidget::audio_custom_tr_start_meter_box

Definition at line 60 of file export_dialog.h.

◆ audio_dither

AdwActionRow* ExportDialogWidget::audio_dither

Definition at line 54 of file export_dialog.h.

◆ audio_dither_switch

GtkSwitch* ExportDialogWidget::audio_dither_switch

Definition at line 55 of file export_dialog.h.

◆ audio_filename_pattern

AdwComboRow* ExportDialogWidget::audio_filename_pattern

Definition at line 56 of file export_dialog.h.

◆ audio_format

AdwComboRow* ExportDialogWidget::audio_format

Definition at line 52 of file export_dialog.h.

◆ audio_genre

AdwEntryRow* ExportDialogWidget::audio_genre

Definition at line 51 of file export_dialog.h.

◆ audio_item_factories

GPtrArray* ExportDialogWidget::audio_item_factories

Definition at line 68 of file export_dialog.h.

◆ audio_mixdown_or_stems

AdwComboRow* ExportDialogWidget::audio_mixdown_or_stems

Definition at line 57 of file export_dialog.h.

◆ audio_output_label

GtkLabel* ExportDialogWidget::audio_output_label

Definition at line 67 of file export_dialog.h.

◆ audio_time_range_combo

AdwComboRow* ExportDialogWidget::audio_time_range_combo

Definition at line 58 of file export_dialog.h.

◆ audio_title

AdwEntryRow* ExportDialogWidget::audio_title

Definition at line 49 of file export_dialog.h.

◆ audio_tracks_view

GtkColumnView* ExportDialogWidget::audio_tracks_view

Definition at line 66 of file export_dialog.h.

◆ midi_artist

AdwEntryRow* ExportDialogWidget::midi_artist

Definition at line 72 of file export_dialog.h.

◆ midi_custom_end_pos

Position ExportDialogWidget::midi_custom_end_pos

Definition at line 85 of file export_dialog.h.

◆ midi_custom_start_pos

Position ExportDialogWidget::midi_custom_start_pos

Definition at line 82 of file export_dialog.h.

◆ midi_custom_tr_end_meter

DigitalMeterWidget* ExportDialogWidget::midi_custom_tr_end_meter

Definition at line 84 of file export_dialog.h.

◆ midi_custom_tr_end_meter_box

GtkBox* ExportDialogWidget::midi_custom_tr_end_meter_box

Definition at line 83 of file export_dialog.h.

◆ midi_custom_tr_row

AdwActionRow* ExportDialogWidget::midi_custom_tr_row

Definition at line 79 of file export_dialog.h.

◆ midi_custom_tr_start_meter

DigitalMeterWidget* ExportDialogWidget::midi_custom_tr_start_meter

Definition at line 81 of file export_dialog.h.

◆ midi_custom_tr_start_meter_box

GtkBox* ExportDialogWidget::midi_custom_tr_start_meter_box

Definition at line 80 of file export_dialog.h.

◆ midi_export_lanes_as_tracks_switch

GtkSwitch* ExportDialogWidget::midi_export_lanes_as_tracks_switch

Definition at line 75 of file export_dialog.h.

◆ midi_filename_pattern

AdwComboRow* ExportDialogWidget::midi_filename_pattern

Definition at line 76 of file export_dialog.h.

◆ midi_format

AdwComboRow* ExportDialogWidget::midi_format

Definition at line 74 of file export_dialog.h.

◆ midi_genre

AdwEntryRow* ExportDialogWidget::midi_genre

Definition at line 73 of file export_dialog.h.

◆ midi_item_factories

GPtrArray* ExportDialogWidget::midi_item_factories

Definition at line 88 of file export_dialog.h.

◆ midi_mixdown_or_stems

AdwComboRow* ExportDialogWidget::midi_mixdown_or_stems

Definition at line 77 of file export_dialog.h.

◆ midi_output_label

GtkLabel* ExportDialogWidget::midi_output_label

Definition at line 87 of file export_dialog.h.

◆ midi_time_range_combo

AdwComboRow* ExportDialogWidget::midi_time_range_combo

Definition at line 78 of file export_dialog.h.

◆ midi_title

AdwEntryRow* ExportDialogWidget::midi_title

Definition at line 71 of file export_dialog.h.

◆ midi_tracks_view

GtkColumnView* ExportDialogWidget::midi_tracks_view

Definition at line 86 of file export_dialog.h.

◆ parent_instance

GtkDialog ExportDialogWidget::parent_instance

Definition at line 43 of file export_dialog.h.

◆ stack

AdwViewStack* ExportDialogWidget::stack

Definition at line 46 of file export_dialog.h.

◆ title

AdwViewSwitcherTitle* ExportDialogWidget::title

Definition at line 45 of file export_dialog.h.


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