Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
export_progress_dialog.h File Reference

Export progress dialog. More...

#include "common/dsp/exporter.h"
#include "gui/backend/gtk_widgets/dialogs/generic_progress_dialog.h"
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Include dependency graph for export_progress_dialog.h:

Go to the source code of this file.

Macros

#define EXPORT_PROGRESS_DIALOG_WIDGET_TYPE    (export_progress_dialog_widget_get_type ())

Typedefs

using ExportProgressDialogCloseCallback

Functions

ExportProgressDialogWidget * export_progress_dialog_widget_new (std::shared_ptr< Exporter > exporter, bool autoclose, std::optional< ExportProgressDialogCloseCallback > close_callback, bool show_open_dir_btn, bool cancelable)
 Creates an export dialog widget and displays it.

Detailed Description

Export progress dialog.

Definition in file export_progress_dialog.h.

Macro Definition Documentation

◆ EXPORT_PROGRESS_DIALOG_WIDGET_TYPE

#define EXPORT_PROGRESS_DIALOG_WIDGET_TYPE    (export_progress_dialog_widget_get_type ())

Definition at line 17 of file export_progress_dialog.h.