#include <agent_knowledge_panel.h>
Public Attributes | |
| std::function< void(const std::string &, const std::string &) | set_preference ) |
| std::function< void(const std::string &) | remove_preference ) |
| std::function< void()> | clear_all_knowledge |
| std::function< void()> | export_knowledge |
| std::function< void(const std::string &) | import_knowledge ) |
| std::function< void()> | refresh_knowledge |
Definition at line 34 of file agent_knowledge_panel.h.
| std::function<void(const std::string&, const std::string&) yaze::editor::AgentKnowledgePanel::Callbacks::set_preference) |
Definition at line 35 of file agent_knowledge_panel.h.
Referenced by yaze::editor::AgentKnowledgePanel::RenderPreferencesTab().
| std::function<void(const std::string&) yaze::editor::AgentKnowledgePanel::Callbacks::remove_preference) |
Definition at line 36 of file agent_knowledge_panel.h.
Referenced by yaze::editor::AgentKnowledgePanel::RenderPreferencesTab().
| std::function<void()> yaze::editor::AgentKnowledgePanel::Callbacks::clear_all_knowledge |
Definition at line 37 of file agent_knowledge_panel.h.
Referenced by yaze::editor::AgentKnowledgePanel::Draw().
| std::function<void()> yaze::editor::AgentKnowledgePanel::Callbacks::export_knowledge |
Definition at line 38 of file agent_knowledge_panel.h.
Referenced by yaze::editor::AgentKnowledgePanel::Draw().
| std::function<void(const std::string&) yaze::editor::AgentKnowledgePanel::Callbacks::import_knowledge) |
Definition at line 39 of file agent_knowledge_panel.h.
| std::function<void()> yaze::editor::AgentKnowledgePanel::Callbacks::refresh_knowledge |
Definition at line 40 of file agent_knowledge_panel.h.
Referenced by yaze::editor::AgentKnowledgePanel::Draw().