#include "app/editor/oracle/panels/oracle_validation_panel.h"#include <chrono>#include <fstream>#include <string>#include "absl/strings/str_format.h"#include "app/editor/core/content_registry.h"#include "app/editor/core/panel_registration.h"#include "app/editor/hack/workflow/hack_workflow_backend.h"#include "app/gui/core/icons.h"#include "imgui/imgui.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "rom/rom.h"#include "util/json.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::anonymous_namespace{oracle_validation_panel.cc} |
Functions | |
| ImVec4 | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::BoolColor (bool flag) |
| const char * | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::CheckStr (bool flag) |
| void | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::DrawCheckBadge (const std::string &state) |
| void | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::DrawOptionalBool (const char *label, const std::optional< bool > &flag) |
| bool | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::LoadJsonSummaryFile (const std::string &path, Json *out) |
| void | yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::DrawZ3dkArtifactSummary () |
| yaze::editor::REGISTER_PANEL (OracleValidationPanel) | |