yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
oracle_validation_panel.cc File Reference
#include "app/editor/oracle/panels/oracle_validation_panel.h"
#include <chrono>
#include <string>
#include "absl/strings/str_format.h"
#include "app/editor/core/content_registry.h"
#include "app/editor/core/panel_registration.h"
#include "app/gui/core/icons.h"
#include "cli/handlers/game/oracle_menu_commands.h"
#include "cli/handlers/game/oracle_smoke_check_commands.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"
#include "rom/rom.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)
 
 yaze::editor::REGISTER_PANEL (OracleValidationPanel)
 

Variables

constexpr ImVec4 yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kGreen {0.2f, 0.75f, 0.3f, 1.0f}
 
constexpr ImVec4 yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kRed {0.85f, 0.2f, 0.2f, 1.0f}
 
constexpr ImVec4 yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kYellow {0.85f, 0.75f, 0.1f, 1.0f}
 
constexpr ImVec4 yaze::editor::anonymous_namespace{oracle_validation_panel.cc}::kGrey {0.55f, 0.55f, 0.55f, 1.0f}