#include "app/gui/app/editor_layout.h"#include "absl/strings/str_format.h"#include "app/gui/core/icons.h"#include "app/gui/core/input.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/automation/widget_measurement.h"#include "app/gui/automation/widget_id_registry.h"#include "imgui/imgui.h"#include "imgui/imgui_internal.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application. | |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 1 of file editor_layout.cc.