#include <oracle_validation_view_model.h>
Public Attributes | |
| bool | ok = false |
| int | error_count = 0 |
| bool | water_fill_region_ok = false |
| bool | water_fill_table_ok = false |
| bool | custom_collision_maps_ok = false |
| std::string | required_rooms_check |
| std::optional< bool > | required_rooms_ok |
| std::vector< PreflightError > | errors |
| std::string | status |
Definition at line 56 of file oracle_validation_view_model.h.
| bool yaze::editor::oracle_validation::PreflightResult::ok = false |
Definition at line 57 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::ParsePreflightOutput().
| int yaze::editor::oracle_validation::PreflightResult::error_count = 0 |
Definition at line 58 of file oracle_validation_view_model.h.
Referenced by yaze::editor::OracleValidationPanel::DrawPreflightCards(), and yaze::editor::oracle_validation::ParsePreflightOutput().
| bool yaze::editor::oracle_validation::PreflightResult::water_fill_region_ok = false |
Definition at line 59 of file oracle_validation_view_model.h.
Referenced by yaze::editor::OracleValidationPanel::DrawPreflightCards(), and yaze::editor::oracle_validation::ParsePreflightOutput().
| bool yaze::editor::oracle_validation::PreflightResult::water_fill_table_ok = false |
Definition at line 60 of file oracle_validation_view_model.h.
Referenced by yaze::editor::OracleValidationPanel::DrawPreflightCards(), and yaze::editor::oracle_validation::ParsePreflightOutput().
| bool yaze::editor::oracle_validation::PreflightResult::custom_collision_maps_ok = false |
Definition at line 61 of file oracle_validation_view_model.h.
Referenced by yaze::editor::OracleValidationPanel::DrawPreflightCards(), and yaze::editor::oracle_validation::ParsePreflightOutput().
| std::string yaze::editor::oracle_validation::PreflightResult::required_rooms_check |
Definition at line 62 of file oracle_validation_view_model.h.
Referenced by yaze::editor::OracleValidationPanel::DrawPreflightCards(), and yaze::editor::oracle_validation::ParsePreflightOutput().
| std::optional<bool> yaze::editor::oracle_validation::PreflightResult::required_rooms_ok |
Definition at line 63 of file oracle_validation_view_model.h.
Referenced by yaze::editor::OracleValidationPanel::DrawPreflightCards(), and yaze::editor::oracle_validation::ParsePreflightOutput().
| std::vector<PreflightError> yaze::editor::oracle_validation::PreflightResult::errors |
Definition at line 64 of file oracle_validation_view_model.h.
Referenced by yaze::editor::OracleValidationPanel::DrawPreflightCards(), and yaze::editor::oracle_validation::ParsePreflightOutput().
| std::string yaze::editor::oracle_validation::PreflightResult::status |
Definition at line 65 of file oracle_validation_view_model.h.
Referenced by yaze::editor::oracle_validation::ParsePreflightOutput().