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

Result of a project load operation. More...

#include <src/structure/project/project_loader.h>

Collaboration diagram for zrythm::structure::project::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 32 of file project_loader.h.

Field Documentation

◆ json

nlohmann::json zrythm::structure::project::ProjectLoader::LoadResult::json

Definition at line 34 of file project_loader.h.

◆ project_directory

fs::path zrythm::structure::project::ProjectLoader::LoadResult::project_directory

Definition at line 36 of file project_loader.h.

◆ title

utils::Utf8String zrythm::structure::project::ProjectLoader::LoadResult::title

Definition at line 35 of file project_loader.h.


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