#include "absl/status/statusor.h"#include "app/editor/layout/layout_designer/dock_tree.h"#include "nlohmann/json.hpp"
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 |
Functions | |
| nlohmann::json | yaze::editor::layout_designer::DockTreeToJson (const DockTree &tree) |
| absl::StatusOr< DockTree > | yaze::editor::layout_designer::DockTreeFromJson (const nlohmann::json &j) |