#include "app/editor/code/diagnostics_panel.h"#include <string>#include "app/gui/core/icons.h"#include "app/gui/core/style_guard.h"#include "imgui/imgui.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::anonymous_namespace{diagnostics_panel.cc}::SeverityStyle |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{diagnostics_panel.cc} |
Functions | |
| SeverityStyle | yaze::editor::anonymous_namespace{diagnostics_panel.cc}::StyleFor (core::AssemblyDiagnosticSeverity severity) |
| void | yaze::editor::DrawDiagnosticsPanel (std::span< const core::AssemblyDiagnostic > diagnostics, const DiagnosticsPanelCallbacks &callbacks) |