#include <panel_manager.h>
Public Attributes | |
| std::string | card_id |
| std::string | expected_title |
| bool | found_in_imgui |
| std::string | message |
Definition at line 385 of file panel_manager.h.
| std::string yaze::editor::PanelManager::PanelValidationResult::card_id |
Definition at line 386 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().
| std::string yaze::editor::PanelManager::PanelValidationResult::expected_title |
Definition at line 387 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().
| bool yaze::editor::PanelManager::PanelValidationResult::found_in_imgui |
Definition at line 388 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().
| std::string yaze::editor::PanelManager::PanelValidationResult::message |
Definition at line 389 of file panel_manager.h.
Referenced by yaze::editor::PanelManager::ValidatePanel().