yaze
0.3.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
agent_automation_panel.h
Go to the documentation of this file.
1
#ifndef YAZE_APP_EDITOR_AGENT_PANELS_AGENT_AUTOMATION_PANEL_H_
2
#define YAZE_APP_EDITOR_AGENT_PANELS_AGENT_AUTOMATION_PANEL_H_
3
4
#include <functional>
5
#include <string>
6
7
#include "
app/editor/agent/agent_state.h
"
8
9
namespace
yaze
{
10
namespace
editor {
11
12
class
AgentAutomationPanel
{
13
public
:
14
AgentAutomationPanel
() =
default
;
15
16
void
Draw
(
AgentUIContext
* context,
const
AutomationCallbacks
& callbacks);
17
};
18
19
}
// namespace editor
20
}
// namespace yaze
21
22
#endif
// YAZE_APP_EDITOR_AGENT_PANELS_AGENT_AUTOMATION_PANEL_H_
agent_state.h
yaze::editor::AgentAutomationPanel
Definition
agent_automation_panel.h:12
yaze::editor::AgentAutomationPanel::Draw
void Draw(AgentUIContext *context, const AutomationCallbacks &callbacks)
Definition
agent_automation_panel.cc:16
yaze::editor::AgentAutomationPanel::AgentAutomationPanel
AgentAutomationPanel()=default
yaze::editor::AgentUIContext
Unified context for agent UI components.
Definition
agent_state.h:355
yaze
Definition
application.cc:18
yaze::editor::AutomationCallbacks
Callbacks for automation operations.
Definition
agent_state.h:478
src
app
editor
agent
panels
agent_automation_panel.h
Generated by
1.10.0