Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::controllers::ProjectLoader::LoadResult Struct Reference

Result of a project load operation. More...

#include <src/controllers/project_loader.h>

Collaboration diagram for zrythm::controllers::ProjectLoader::LoadResult:

Data Fields

nlohmann::json json
utils::Utf8String title
fs::path project_directory

Detailed Description

Result of a project load operation.

Definition at line 46 of file project_loader.h.

Field Documentation

◆ json

nlohmann::json zrythm::controllers::ProjectLoader::LoadResult::json

Definition at line 48 of file project_loader.h.

◆ project_directory

fs::path zrythm::controllers::ProjectLoader::LoadResult::project_directory

Definition at line 50 of file project_loader.h.

◆ title

utils::Utf8String zrythm::controllers::ProjectLoader::LoadResult::title

Definition at line 49 of file project_loader.h.


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