|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Project file information. More...
#include <src/gui/backend/backend/project_info.h>
Public Member Functions | |
| ProjectInfo (utils::Utf8String name, const fs::path &filename) | |
Static Public Member Functions | |
| static auto | get_project_info_file_not_found_string () |
Data Fields | |
| utils::Utf8String | name_ |
| fs::path | filename_ |
| Full path. | |
| RtTimePoint | modified_ = 0 |
| utils::Utf8String | modified_str_ |
Project file information.
Definition at line 17 of file project_info.h.
|
inlinestatic |
Definition at line 21 of file project_info.h.
| fs::path ProjectInfo::filename_ |
Full path.
Definition at line 28 of file project_info.h.
| RtTimePoint ProjectInfo::modified_ = 0 |
Definition at line 29 of file project_info.h.
| utils::Utf8String ProjectInfo::modified_str_ |
Definition at line 30 of file project_info.h.
| utils::Utf8String ProjectInfo::name_ |
Definition at line 26 of file project_info.h.