yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentKnowledgePanel::Callbacks Struct Reference

#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
 

Detailed Description

Definition at line 34 of file agent_knowledge_panel.h.

Member Data Documentation

◆ set_preference

std::function<void(const std::string&, const std::string&) yaze::editor::AgentKnowledgePanel::Callbacks::set_preference)

◆ remove_preference

std::function<void(const std::string&) yaze::editor::AgentKnowledgePanel::Callbacks::remove_preference)

◆ clear_all_knowledge

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().

◆ export_knowledge

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().

◆ import_knowledge

std::function<void(const std::string&) yaze::editor::AgentKnowledgePanel::Callbacks::import_knowledge)

Definition at line 39 of file agent_knowledge_panel.h.

◆ refresh_knowledge

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().


The documentation for this struct was generated from the following file: