#include <functional>#include <string>#include <unordered_map>#include "app/editor/editor.h"#include "app/gui/core/ui_config.h"#include "imgui/imgui.h"Go to the source code of this file.
Classes | |
| class | yaze::editor::RightPanelManager |
| Manages right-side sliding panels for agent chat, proposals, settings. More... | |
| struct | yaze::editor::RightPanelManager::PanelSizeLimits |
Namespaces | |
| namespace | yaze |
| namespace | yaze::project |
| namespace | yaze::core |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Functions | |
| const char * | yaze::editor::GetPanelTypeName (RightPanelManager::PanelType type) |
| Get the name of a panel type. | |
| const char * | yaze::editor::GetPanelTypeIcon (RightPanelManager::PanelType type) |
| Get the icon for a panel type. | |