#include "app/editor/system/panel_manager.h"#include <algorithm>#include <cmath>#include <cstdio>#include <fstream>#include "absl/strings/str_format.h"#include "app/editor/core/content_registry.h"#include "app/editor/events/core_events.h"#include "app/editor/layout/layout_presets.h"#include "app/editor/system/editor_registry.h"#include "app/editor/system/resource_panel.h"#include "app/gui/animation/animator.h"#include "app/gui/app/editor_layout.h"#include "app/gui/core/icons.h"#include "app/gui/core/layout_helpers.h"#include "app/gui/core/style_guard.h"#include "imgui/imgui.h"#include "imgui/imgui_internal.h"#include "util/json.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{panel_manager.cc} |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
Functions | |
| PanelDescriptor | yaze::editor::anonymous_namespace{panel_manager.cc}::BuildDescriptorFromPanel (const EditorPanel &panel) |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 1 of file panel_manager.cc.