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

Passed around when exporting asynchronously. More...

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

Collaboration diagram for ExportData:

Data Fields

bool export_stems
 
GThread * thread
 Not owned by this instance.
 
GPtrArray * tracks
 Owned by this instance.
 
size_t cur_track
 
ExportSettingsinfo
 Owned by this instance.
 
EngineStatestate
 Owned by this instance.
 
GPtrArray * conns
 Not owned by this instance.
 
GtkWidget * parent_owner
 Not owned by this instance.
 

Detailed Description

Passed around when exporting asynchronously.

Definition at line 34 of file export_progress_dialog.h.

Field Documentation

◆ conns

GPtrArray* ExportData::conns

Not owned by this instance.

Definition at line 52 of file export_progress_dialog.h.

◆ cur_track

size_t ExportData::cur_track

Definition at line 43 of file export_progress_dialog.h.

◆ export_stems

bool ExportData::export_stems

Definition at line 36 of file export_progress_dialog.h.

◆ info

ExportSettings* ExportData::info

Owned by this instance.

Definition at line 46 of file export_progress_dialog.h.

◆ parent_owner

GtkWidget* ExportData::parent_owner

Not owned by this instance.

Definition at line 55 of file export_progress_dialog.h.

◆ state

EngineState* ExportData::state

Owned by this instance.

Definition at line 49 of file export_progress_dialog.h.

◆ thread

GThread* ExportData::thread

Not owned by this instance.

Definition at line 39 of file export_progress_dialog.h.

◆ tracks

GPtrArray* ExportData::tracks

Owned by this instance.

Definition at line 42 of file export_progress_dialog.h.


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