yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
layout_serialization.cc File Reference
#include "app/editor/layout_designer/layout_serialization.h"
#include <fstream>
#include <sstream>
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "util/log.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::layout_designer
 
namespace  yaze::editor::layout_designer::anonymous_namespace{layout_serialization.cc}
 

Functions

std::string yaze::editor::layout_designer::anonymous_namespace{layout_serialization.cc}::EscapeJson (const std::string &str)
 
std::string yaze::editor::layout_designer::anonymous_namespace{layout_serialization.cc}::DirToString (ImGuiDir dir)
 
ImGuiDir yaze::editor::layout_designer::anonymous_namespace{layout_serialization.cc}::StringToDir (const std::string &str)
 
std::string yaze::editor::layout_designer::anonymous_namespace{layout_serialization.cc}::NodeTypeToString (DockNodeType type)
 
DockNodeType yaze::editor::layout_designer::anonymous_namespace{layout_serialization.cc}::StringToNodeType (const std::string &str)