#include <oracle_menu_registry.h>
Public Attributes | |
| std::filesystem::path | project_root |
| std::vector< std::string > | asm_files |
| std::vector< OracleMenuBinEntry > | bins |
| std::vector< OracleMenuDrawRoutine > | draw_routines |
| std::vector< OracleMenuComponent > | components |
| std::vector< std::string > | warnings |
Definition at line 40 of file oracle_menu_registry.h.
| std::filesystem::path yaze::core::OracleMenuRegistry::project_root |
Definition at line 41 of file oracle_menu_registry.h.
Referenced by yaze::core::BuildOracleMenuRegistry(), and yaze::editor::OracleMenuInspectorPanel::DrawComponentsTab().
| std::vector<std::string> yaze::core::OracleMenuRegistry::asm_files |
Definition at line 42 of file oracle_menu_registry.h.
Referenced by yaze::core::BuildOracleMenuRegistry(), yaze::editor::OracleMenuInspectorPanel::DrawSummary(), yaze::editor::OracleMenuInspectorPanel::RefreshRegistry(), and yaze::core::ValidateOracleMenuRegistry().
| std::vector<OracleMenuBinEntry> yaze::core::OracleMenuRegistry::bins |
Definition at line 43 of file oracle_menu_registry.h.
Referenced by yaze::core::BuildOracleMenuRegistry(), yaze::editor::OracleMenuInspectorPanel::DrawBinsTab(), yaze::editor::OracleMenuInspectorPanel::DrawSummary(), yaze::editor::OracleMenuInspectorPanel::RefreshRegistry(), and yaze::core::ValidateOracleMenuRegistry().
| std::vector<OracleMenuDrawRoutine> yaze::core::OracleMenuRegistry::draw_routines |
| std::vector<OracleMenuComponent> yaze::core::OracleMenuRegistry::components |
Definition at line 45 of file oracle_menu_registry.h.
Referenced by yaze::core::BuildOracleMenuRegistry(), yaze::editor::OracleMenuInspectorPanel::DrawComponentsTab(), yaze::editor::OracleMenuInspectorPanel::DrawSummary(), yaze::editor::OracleMenuInspectorPanel::RefreshRegistry(), and yaze::core::ValidateOracleMenuRegistry().
| std::vector<std::string> yaze::core::OracleMenuRegistry::warnings |
Definition at line 46 of file oracle_menu_registry.h.
Referenced by yaze::core::BuildOracleMenuRegistry(), yaze::editor::OracleMenuInspectorPanel::Draw(), yaze::editor::OracleMenuInspectorPanel::DrawSummary(), and yaze::core::ValidateOracleMenuRegistry().