#include "app/editor/menu/right_panel_manager.h"#include <chrono>#include "absl/strings/str_format.h"#include "app/editor/agent/agent_chat.h"#include "app/editor/system/proposal_drawer.h"#include "app/editor/ui/project_management_panel.h"#include "app/editor/ui/selection_properties_panel.h"#include "app/editor/ui/settings_panel.h"#include "app/editor/ui/toast_manager.h"#include "app/gui/core/icons.h"#include "app/gui/core/platform_keys.h"#include "app/gui/core/style.h"#include "app/gui/core/theme_manager.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| 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. | |