#include <functional>#include <memory>#include <string>#include <unordered_map>#include <vector>#include "imgui/imgui.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::CardInfo |
| Metadata for an editor card. More... | |
| class | yaze::editor::EditorCardRegistry |
| Central registry for all editor cards with session awareness and dependency injection. More... | |
| struct | yaze::editor::EditorCardRegistry::WorkspacePreset |
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |