yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
layout_manager.cc File Reference
#include "app/editor/layout/layout_manager.h"
#include <filesystem>
#include <fstream>
#include <string>
#include "app/editor/layout/layout_presets.h"
#include "app/editor/system/panel_manager.h"
#include "app/gui/core/background_renderer.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.

Classes

struct  yaze::editor::anonymous_namespace{layout_manager.cc}::DockSplitConfig
 
struct  yaze::editor::anonymous_namespace{layout_manager.cc}::DockNodeIds
 
struct  yaze::editor::anonymous_namespace{layout_manager.cc}::DockSplitNeeds
 

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 
namespace  yaze::editor::anonymous_namespace{layout_manager.cc}
 

Functions

void yaze::editor::anonymous_namespace{layout_manager.cc}::ShowDefaultPanelsForEditor (PanelManager *registry, EditorType type)
 
yaze::Json yaze::editor::anonymous_namespace{layout_manager.cc}::BoolMapToJson (const std::unordered_map< std::string, bool > &map)
 
void yaze::editor::anonymous_namespace{layout_manager.cc}::JsonToBoolMap (const yaze::Json &obj, std::unordered_map< std::string, bool > *map)
 
std::filesystem::path yaze::editor::anonymous_namespace{layout_manager.cc}::GetLayoutsFilePath (LayoutScope scope, const std::string &project_key)
 
bool yaze::editor::anonymous_namespace{layout_manager.cc}::TryGetNamedPreset (const std::string &preset_name, PanelLayoutPreset *preset_out)
 
std::string yaze::editor::anonymous_namespace{layout_manager.cc}::ResolveProfilePresetName (const std::string &profile_id, EditorType editor_type)
 
DockSplitNeeds yaze::editor::anonymous_namespace{layout_manager.cc}::ComputeSplitNeeds (const PanelLayoutPreset &preset)
 
DockNodeIds yaze::editor::anonymous_namespace{layout_manager.cc}::BuildDockTree (ImGuiID dockspace_id, const DockSplitNeeds &needs, const DockSplitConfig &cfg)