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

Central coordinator for all agent UI components. More...

#include <agent_ui_controller.h>

Public Member Functions

void Initialize (ToastManager *toast_manager, ProposalDrawer *proposal_drawer, RightPanelManager *right_panel_manager, PanelManager *panel_manager)
 
void SetRomContext (Rom *rom)
 
void SetProjectContext (project::YazeProject *project)
 
void SetAsarWrapperContext (core::AsarWrapper *asar_wrapper)
 
absl::Status Update ()
 
void ShowAgent ()
 
void ShowChatHistory ()
 
bool IsAvailable () const
 
void DrawPopups ()
 
AgentEditorGetAgentEditor ()
 

Detailed Description

Central coordinator for all agent UI components.

Manages the lifecycle of AgentEditor and shared Agent state. Simplified to remove legacy sidebar/card logic.

Definition at line 46 of file agent_ui_controller.h.

Member Function Documentation

◆ Initialize()

void yaze::editor::AgentUiController::Initialize ( ToastManager * toast_manager,
ProposalDrawer * proposal_drawer,
RightPanelManager * right_panel_manager,
PanelManager * panel_manager )
inline

Definition at line 111 of file agent_ui_controller.h.

Referenced by yaze::editor::EditorManager::Initialize().

◆ SetRomContext()

void yaze::editor::AgentUiController::SetRomContext ( Rom * rom)
inline

Definition at line 114 of file agent_ui_controller.h.

Referenced by yaze::editor::EditorManager::Update().

◆ SetProjectContext()

void yaze::editor::AgentUiController::SetProjectContext ( project::YazeProject * project)
inline

Definition at line 115 of file agent_ui_controller.h.

Referenced by yaze::editor::EditorManager::Update().

◆ SetAsarWrapperContext()

void yaze::editor::AgentUiController::SetAsarWrapperContext ( core::AsarWrapper * asar_wrapper)
inline

Definition at line 116 of file agent_ui_controller.h.

Referenced by yaze::editor::EditorManager::Update().

◆ Update()

absl::Status yaze::editor::AgentUiController::Update ( )
inline

Definition at line 117 of file agent_ui_controller.h.

Referenced by yaze::editor::EditorManager::Update().

◆ ShowAgent()

void yaze::editor::AgentUiController::ShowAgent ( )
inline

Definition at line 118 of file agent_ui_controller.h.

◆ ShowChatHistory()

void yaze::editor::AgentUiController::ShowChatHistory ( )
inline

Definition at line 119 of file agent_ui_controller.h.

◆ IsAvailable()

bool yaze::editor::AgentUiController::IsAvailable ( ) const
inline

Definition at line 120 of file agent_ui_controller.h.

◆ DrawPopups()

void yaze::editor::AgentUiController::DrawPopups ( )
inline

Definition at line 121 of file agent_ui_controller.h.

Referenced by yaze::editor::EditorManager::DrawMenuBar().

◆ GetAgentEditor()

AgentEditor * yaze::editor::AgentUiController::GetAgentEditor ( )
inline

Definition at line 122 of file agent_ui_controller.h.


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