#include "app/editor/shell/windows/settings_panel.h"#include "util/i18n/tr.h"#include <algorithm>#include <cstdlib>#include <cstring>#include <filesystem>#include <set>#include <sstream>#include <unordered_set>#include <vector>#include "absl/strings/ascii.h"#include "absl/strings/match.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "app/editor/layout/layout_designer/dock_tree.h"#include "app/editor/layout/layout_designer/dock_tree_json.h"#include "app/editor/layout/layout_manager.h"#include "app/editor/registry/content_registry.h"#include "app/editor/system/commands/shortcut_manager.h"#include "app/editor/system/workspace/workspace_window_manager.h"#include "app/gui/animation/animator.h"#include "app/gui/app/feature_flags_menu.h"#include "app/gui/core/icons.h"#include "app/gui/core/style.h"#include "app/gui/core/theme_manager.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/font_picker.h"#include "app/gui/widgets/property_inspector.h"#include "app/gui/widgets/themed_widgets.h"#include "app/platform/font_loader.h"#include "cli/service/ai/provider_ids.h"#include "core/patch/asm_patch.h"#include "core/patch/patch_manager.h"#include "imgui/imgui.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "nlohmann/json.hpp"#include "rom/rom.h"#include "util/file_util.h"#include "util/log.h"#include "util/platform_paths.h"#include "util/rom_hash.h"#include "zelda3/sprite/sprite.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::anonymous_namespace{settings_panel.cc}::HexListEditorState |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{settings_panel.cc} |