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