#include <algorithm>#include <map>#include <string>#include <vector>#include <unordered_map>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "core/features.h"Go to the source code of this file.
Classes | |
| struct | yaze::project::ProjectMetadata |
| Enhanced metadata for project tracking. More... | |
| struct | yaze::project::WorkspaceSettings |
| Consolidated workspace and UI settings. More... | |
| struct | yaze::project::YazeProject |
| Modern project structure with comprehensive settings consolidation. More... | |
| struct | yaze::project::YazeProject::AgentSettings |
| class | yaze::project::ProjectManager |
| Enhanced project management with templates and validation. More... | |
| struct | yaze::project::ProjectManager::ProjectTemplate |
| struct | yaze::project::ResourceLabelManager |
| struct | yaze::project::ResourceLabelManager::ResourceType |
| class | yaze::project::RecentFilesManager |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::project |
Enumerations | |
| enum class | yaze::project::ProjectFormat { yaze::project::kYazeNative , yaze::project::kZScreamCompat } |
| Supported project file formats. More... | |
Variables | |
| const std::string | yaze::project::kRecentFilesFilename = "recent_files.txt" |