yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::project Namespace Reference

Namespaces

namespace  anonymous_namespace{project.cc}
 

Classes

class  ProjectManager
 Enhanced project management with templates and validation. More...
 
struct  ProjectMetadata
 Enhanced metadata for project tracking. More...
 
class  RecentFilesManager
 
struct  ResourceLabelManager
 
struct  WorkspaceSettings
 Consolidated workspace and UI settings. More...
 
struct  YazeProject
 Modern project structure with comprehensive settings consolidation. More...
 

Enumerations

enum class  ProjectFormat { kYazeNative , kZScreamCompat }
 Supported project file formats. More...
 

Variables

const std::string kRecentFilesFilename = "recent_files.txt"
 

Enumeration Type Documentation

◆ ProjectFormat

enum class yaze::project::ProjectFormat
strong

Supported project file formats.

Enumerator
kYazeNative 
kZScreamCompat 

Definition at line 21 of file project.h.

Variable Documentation

◆ kRecentFilesFilename

const std::string yaze::project::kRecentFilesFilename = "recent_files.txt"

Definition at line 239 of file project.h.

Referenced by yaze::project::RecentFilesManager::GetFilePath().