#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::gui::CardInfo |
Metadata for an editor card. More... | |
class | yaze::gui::EditorCardManager |
Central registry and manager for all editor cards. More... | |
struct | yaze::gui::EditorCardManager::WorkspacePreset |
class | yaze::gui::CardRegistration |
RAII helper for auto-registering cards. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |
Functions | |
CardRegistration | yaze::gui::RegisterCard (const CardInfo &info) |