#include <panel_manager.h>
Public Attributes | |
| std::string | card_id |
| std::string | expected_title |
| bool | found_in_imgui |
| std::string | message |
Definition at line 377 of file panel_manager.h.
| std::string yaze::editor::PanelManager::PanelValidationResult::card_id |
Definition at line 378 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().
| std::string yaze::editor::PanelManager::PanelValidationResult::expected_title |
Definition at line 379 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().
| bool yaze::editor::PanelManager::PanelValidationResult::found_in_imgui |
Definition at line 380 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().
| std::string yaze::editor::PanelManager::PanelValidationResult::message |
Definition at line 381 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().