#include <algorithm>#include <cstdio>#include <filesystem>#include <fstream>#include <string>#include <vector>#include "app/editor/core/content_registry.h"#include "app/editor/system/editor_panel.h"#include "app/gui/core/icons.h"#include "core/project.h"#include "imgui/imgui.h"#include "nlohmann/json.hpp"
Go to the source code of this file.
Classes | |
| struct | yaze::editor::AnnotationEntry |
| A room-level annotation entry. More... | |
| class | yaze::editor::AnnotationOverlayPanel |
| Room-level annotation management for Oracle projects. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Enumerations | |
| enum class | yaze::editor::AnnotationPriority : int { yaze::editor::kNote = 0 , yaze::editor::kBug = 1 , yaze::editor::kBlocker = 2 } |
| Annotation priority levels. More... | |