Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ProjectInfo Struct Reference

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_

Detailed Description

Project file information.

Definition at line 17 of file project_info.h.

Member Function Documentation

◆ get_project_info_file_not_found_string()

auto ProjectInfo::get_project_info_file_not_found_string ( )
inlinestatic

Definition at line 21 of file project_info.h.

Field Documentation

◆ filename_

fs::path ProjectInfo::filename_

Full path.

Definition at line 28 of file project_info.h.

◆ modified_

RtTimePoint ProjectInfo::modified_ = 0

Definition at line 29 of file project_info.h.

◆ modified_str_

utils::Utf8String ProjectInfo::modified_str_

Definition at line 30 of file project_info.h.

◆ name_

utils::Utf8String ProjectInfo::name_

Definition at line 26 of file project_info.h.


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