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

Callbacks for proposal operations. More...

#include <agent_state.h>

Public Attributes

std::function< void(const std::string &) focus_proposal )
 
std::function< absl::Status(const std::string &) accept_proposal )
 
std::function< absl::Status(const std::string &) reject_proposal )
 
std::function< void()> refresh_proposals
 

Detailed Description

Callbacks for proposal operations.

Definition at line 512 of file agent_state.h.

Member Data Documentation

◆ focus_proposal

std::function<void(const std::string&) yaze::editor::ProposalCallbacks::focus_proposal)

Definition at line 513 of file agent_state.h.

◆ accept_proposal

std::function<absl::Status(const std::string&) yaze::editor::ProposalCallbacks::accept_proposal)

Definition at line 514 of file agent_state.h.

Referenced by yaze::editor::AgentProposalsPanel::AcceptProposal().

◆ reject_proposal

std::function<absl::Status(const std::string&) yaze::editor::ProposalCallbacks::reject_proposal)

Definition at line 515 of file agent_state.h.

Referenced by yaze::editor::AgentProposalsPanel::RejectProposal().

◆ refresh_proposals

std::function<void()> yaze::editor::ProposalCallbacks::refresh_proposals

Definition at line 516 of file agent_state.h.


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