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

Project save data. More...

#include <project.h>

Collaboration diagram for ProjectSaveData:

Data Fields

Projectproject
 Project clone (with memcpy).
 
char * project_file_path
 Full path to save to.
 
bool is_backup
 
bool finished
 To be set to true when the thread finishes.
 
bool show_notification
 
bool has_error
 Whether an error occurred during saving.
 
ProgressInfo * progress_info
 

Detailed Description

Project save data.

Definition at line 313 of file project.h.

Field Documentation

◆ finished

bool ProjectSaveData::finished

To be set to true when the thread finishes.

Definition at line 324 of file project.h.

◆ has_error

bool ProjectSaveData::has_error

Whether an error occurred during saving.

Definition at line 329 of file project.h.

◆ is_backup

bool ProjectSaveData::is_backup

Definition at line 321 of file project.h.

◆ progress_info

ProgressInfo* ProjectSaveData::progress_info

Definition at line 331 of file project.h.

◆ project

Project* ProjectSaveData::project

Project clone (with memcpy).

Definition at line 316 of file project.h.

◆ project_file_path

char* ProjectSaveData::project_file_path

Full path to save to.

Definition at line 319 of file project.h.

◆ show_notification

bool ProjectSaveData::show_notification

Definition at line 326 of file project.h.


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