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

Callbacks for automation operations. More...

#include <agent_state.h>

Public Attributes

std::function< void()> open_harness_dashboard
 
std::function< void()> replay_last_plan
 
std::function< void(const std::string &) focus_proposal )
 
std::function< void()> show_active_tests
 
std::function< void()> poll_status
 

Detailed Description

Callbacks for automation operations.

Definition at line 478 of file agent_state.h.

Member Data Documentation

◆ open_harness_dashboard

std::function<void()> yaze::editor::AutomationCallbacks::open_harness_dashboard

Definition at line 479 of file agent_state.h.

Referenced by yaze::editor::AgentAutomationPanel::Draw().

◆ replay_last_plan

std::function<void()> yaze::editor::AutomationCallbacks::replay_last_plan

Definition at line 480 of file agent_state.h.

Referenced by yaze::editor::AgentAutomationPanel::Draw().

◆ focus_proposal

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

Definition at line 481 of file agent_state.h.

◆ show_active_tests

std::function<void()> yaze::editor::AutomationCallbacks::show_active_tests

Definition at line 482 of file agent_state.h.

Referenced by yaze::editor::AgentAutomationPanel::Draw().

◆ poll_status

std::function<void()> yaze::editor::AutomationCallbacks::poll_status

Definition at line 483 of file agent_state.h.

Referenced by yaze::editor::AgentAutomationPanel::Draw().


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