#include "app/editor/menu/right_panel_manager.h"#include <algorithm>#include <array>#include <chrono>#include <cmath>#include <filesystem>#include "absl/strings/str_format.h"#include "app/editor/agent/agent_chat.h"#include "app/editor/system/proposal_drawer.h"#include "app/editor/system/shortcut_manager.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/animation/animator.h"#include "app/gui/core/icons.h"#include "app/gui/core/input.h"#include "app/gui/core/layout_helpers.h"#include "app/gui/core/platform_keys.h"#include "app/gui/core/style.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/theme_manager.h"#include "app/gui/core/ui_config.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/themed_widgets.h"#include "imgui/imgui.h"#include "util/log.h"#include "util/platform_paths.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{right_panel_manager.cc} |
Functions | |
| std::string | yaze::editor::anonymous_namespace{right_panel_manager.cc}::ResolveAgentChatHistoryPath () |
| std::string | yaze::editor::anonymous_namespace{right_panel_manager.cc}::BuildSelectionContextSummary (const SelectionContext &selection) |
| int | yaze::editor::anonymous_namespace{right_panel_manager.cc}::FindRightPanelIndex (RightPanelManager::PanelType type) |
| RightPanelManager::PanelType | yaze::editor::anonymous_namespace{right_panel_manager.cc}::StepRightPanel (RightPanelManager::PanelType current, int direction) |
| const char * | yaze::editor::anonymous_namespace{right_panel_manager.cc}::GetPanelShortcutAction (RightPanelManager::PanelType type) |
| 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. | |
Variables | |
| const std::array< RightPanelManager::PanelType, 7 > | yaze::editor::anonymous_namespace{right_panel_manager.cc}::kRightPanelSwitchOrder |