#include <array>
#include "absl/status/status.h"
#include "app/editor/system/command_manager.h"
#include "app/editor/system/constant_manager.h"
#include "app/editor/system/extension_manager.h"
#include "app/editor/system/history_manager.h"
#include "app/editor/system/resource_manager.h"
Go to the source code of this file.
Classes | |
struct | yaze::app::editor::EditorContext |
class | yaze::app::editor::Editor |
Interface for editor classes. More... | |
struct | yaze::app::editor::EditorLayoutParams |
Dynamic Editor Layout Parameters. More... | |
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::editor |
Editors are the view controllers for the application. | |
Typedefs | |
typedef struct yaze::app::editor::EditorLayoutParams | yaze::app::editor::EditorLayoutParams |
Dynamic Editor Layout Parameters. | |
Functions | |
absl::Status | yaze::app::editor::DrawEditor (EditorLayoutParams *params) |
Variables | |
constexpr std::array< const char *, 10 > | yaze::app::editor::kEditorNames |