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

File import progress dialog. More...

#include "common/dsp/track.h"
#include "common/utils/types.h"
#include "gui/backend/gtk_widgets/libadwaita_wrapper.h"
Include dependency graph for file_import_progress_dialog.h:

Go to the source code of this file.

Macros

#define FILE_IMPORT_PROGRESS_PROGRESS_DIALOG_TYPE    (file_import_progress_dialog_get_type ())

Typedefs

using FileImportProgressDialogWidget
 A progress dialog for file import.

Functions

 G_DECLARE_FINAL_TYPE (FileImportProgressDialog, file_import_progress_dialog, Z, FILE_IMPORT_PROGRESS_DIALOG, AdwMessageDialog)
 TYPEDEF_STRUCT_UNDERSCORED (FileImport)
FileImportProgressDialog * file_import_progress_dialog_new (const char **filepaths, FileImportInfo *import_info, TracksReadyCallback tracks_ready_cb, GtkWidget *parent)
 Creates an instance of FileImportProgressDialog for the given array of filepaths (NULL-delimited).
void file_import_progress_dialog_run (FileImportProgressDialog *self)
 Runs the dialog and imports each file asynchronously while presenting progress info.

Detailed Description

File import progress dialog.

Definition in file file_import_progress_dialog.h.

Macro Definition Documentation

◆ FILE_IMPORT_PROGRESS_PROGRESS_DIALOG_TYPE

#define FILE_IMPORT_PROGRESS_PROGRESS_DIALOG_TYPE    (file_import_progress_dialog_get_type ())

Definition at line 17 of file file_import_progress_dialog.h.