yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentEditor Member List

This is the complete list of members for yaze::editor::AgentEditor, including all inherited members.

active()yaze::editor::Editorinline
active_yaze::editor::Editorprotected
active_prompt_file_yaze::editor::AgentEditorprivate
agent_chat_yaze::editor::AgentEditorprivate
AgentEditor()yaze::editor::AgentEditor
ApplyConfig(const AgentConfig &config)yaze::editor::AgentEditor
blink_counter_yaze::editor::AgentEditor
builder_state_yaze::editor::AgentEditorprivate
cached_history_yaze::editor::AgentEditorprivate
CaptureSnapshot(std::filesystem::path *output_path, const CaptureConfig &config)yaze::editor::AgentEditor
Clear()yaze::editor::Editorinlinevirtual
CollaborationMode enum nameyaze::editor::AgentEditor
common_tiles_editor_yaze::editor::AgentEditorprivate
common_tiles_initialized_yaze::editor::AgentEditorprivate
context() constyaze::editor::Editorinline
Copy() overrideyaze::editor::AgentEditorinlinevirtual
current_config_yaze::editor::AgentEditorprivate
current_mode_yaze::editor::AgentEditorprivate
current_participants_yaze::editor::AgentEditorprivate
current_profile_yaze::editor::AgentEditorprivate
current_session_id_yaze::editor::AgentEditorprivate
current_session_name_yaze::editor::AgentEditorprivate
Cut() overrideyaze::editor::AgentEditorinlinevirtual
DeleteBotProfile(const std::string &name)yaze::editor::AgentEditor
dependencies_yaze::editor::Editorprotected
DrawAdvancedMetricsPanel()yaze::editor::AgentEditorprivate
DrawAgentBuilderPanel()yaze::editor::AgentEditorprivate
DrawBotProfilesPanel()yaze::editor::AgentEditorprivate
DrawChatHistoryViewer()yaze::editor::AgentEditorprivate
DrawCommonTilesEditor()yaze::editor::AgentEditorprivate
DrawConfigurationPanel()yaze::editor::AgentEditorprivate
DrawDashboard()yaze::editor::AgentEditor
DrawMetricsPanel()yaze::editor::AgentEditorprivate
DrawNewPromptCreator()yaze::editor::AgentEditorprivate
DrawPromptEditorPanel()yaze::editor::AgentEditorprivate
DrawStatusPanel()yaze::editor::AgentEditorprivate
Editor()=defaultyaze::editor::Editor
EnsureProfilesDirectory()yaze::editor::AgentEditorprivate
ExportProfile(const BotProfile &profile, const std::filesystem::path &path)yaze::editor::AgentEditor
Find() overrideyaze::editor::AgentEditorinlinevirtual
game_data() constyaze::editor::Editorinline
GetAgentChat()yaze::editor::AgentEditorinline
GetAllProfiles() constyaze::editor::AgentEditor
GetCurrentConfig() constyaze::editor::AgentEditor
GetCurrentMode() constyaze::editor::AgentEditor
GetCurrentProfile() constyaze::editor::AgentEditorinline
GetCurrentProfile()yaze::editor::AgentEditorinline
GetCurrentSession() constyaze::editor::AgentEditor
GetLocalCoordinator()yaze::editor::AgentEditorinline
GetProfilesDirectory() constyaze::editor::AgentEditorprivate
GetRomStatus() constyaze::editor::Editorinlinevirtual
glitch_timer_yaze::editor::AgentEditor
HasContext() constyaze::editor::Editorinline
history_needs_refresh_yaze::editor::AgentEditorprivate
HostSession(const std::string &session_name, CollaborationMode mode=CollaborationMode::kLocal)yaze::editor::AgentEditor
ImportProfile(const std::filesystem::path &path)yaze::editor::AgentEditor
in_session_yaze::editor::AgentEditorprivate
Initialize() overrideyaze::editor::AgentEditorvirtual
InitializeWithDependencies(ToastManager *toast_manager, ProposalDrawer *proposal_drawer, Rom *rom)yaze::editor::AgentEditor
IsChatActive() constyaze::editor::AgentEditor
IsInSession() constyaze::editor::AgentEditor
IsRomLoaded() constyaze::editor::Editorinlinevirtual
JoinSession(const std::string &session_code, CollaborationMode mode=CollaborationMode::kLocal)yaze::editor::AgentEditor
JsonToProfile(const std::string &json) constyaze::editor::AgentEditorprivate
knowledge_panel_callback_yaze::editor::AgentEditorprivate
KnowledgePanelCallback typedefyaze::editor::AgentEditor
LeaveSession()yaze::editor::AgentEditor
Load() overrideyaze::editor::AgentEditorvirtual
LoadBotProfile(const std::string &name)yaze::editor::AgentEditor
LoadBuilderBlueprint(const std::filesystem::path &path)yaze::editor::AgentEditorprivate
loaded_profiles_yaze::editor::AgentEditorprivate
local_coordinator_yaze::editor::AgentEditorprivate
MakePanelId(const std::string &base_id) constyaze::editor::Editorinlineprotected
MakePanelTitle(const std::string &base_title) constyaze::editor::Editorinlineprotected
new_prompt_name_yaze::editor::AgentEditorprivate
OpenChatWindow()yaze::editor::AgentEditor
Paste() overrideyaze::editor::AgentEditorinlinevirtual
ProfileToJson(const BotProfile &profile) constyaze::editor::AgentEditorprivate
prompt_editor_yaze::editor::AgentEditorprivate
prompt_editor_initialized_yaze::editor::AgentEditorprivate
proposal_drawer_yaze::editor::AgentEditorprivate
pulse_animation_yaze::editor::AgentEditor
Redo() overrideyaze::editor::AgentEditorinlinevirtual
RefreshSession()yaze::editor::AgentEditor
RegisterPanels()yaze::editor::AgentEditorprivate
rom() constyaze::editor::Editorinline
rom_yaze::editor::AgentEditorprivate
SafeRomAccess(std::function< T()> accessor, const std::string &operation="") constyaze::editor::Editorinlineprotected
Save() overrideyaze::editor::AgentEditorvirtual
SaveBotProfile(const BotProfile &profile)yaze::editor::AgentEditor
SaveBuilderBlueprint(const std::filesystem::path &path)yaze::editor::AgentEditorprivate
scanline_offset_yaze::editor::AgentEditor
selected_tab_yaze::editor::AgentEditorprivate
SendToGemini(const std::filesystem::path &image_path, const std::string &prompt)yaze::editor::AgentEditor
set_active(bool active)yaze::editor::Editorinline
SetChatActive(bool active)yaze::editor::AgentEditor
SetCurrentProfile(const BotProfile &profile)yaze::editor::AgentEditor
SetDependencies(const EditorDependencies &deps)yaze::editor::Editorinline
SetGameData(zelda3::GameData *game_data)yaze::editor::Editorinlinevirtual
SetKnowledgePanelCallback(KnowledgePanelCallback callback)yaze::editor::AgentEditorinline
SetRomContext(Rom *rom)yaze::editor::AgentEditor
SetupAutomationCallbacks()yaze::editor::AgentEditorprivate
SetupMultimodalCallbacks()yaze::editor::AgentEditorprivate
show_advanced_settings_yaze::editor::AgentEditorprivate
show_bot_profiles_yaze::editor::AgentEditorprivate
show_builder_card_yaze::editor::AgentEditorprivate
show_chat_card_yaze::editor::AgentEditorprivate
show_chat_history_yaze::editor::AgentEditorprivate
show_config_card_yaze::editor::AgentEditorprivate
show_history_card_yaze::editor::AgentEditorprivate
show_metrics_card_yaze::editor::AgentEditorprivate
show_metrics_dashboard_yaze::editor::AgentEditorprivate
show_profiles_card_yaze::editor::AgentEditorprivate
show_prompt_editor_yaze::editor::AgentEditorprivate
show_prompt_editor_card_yaze::editor::AgentEditorprivate
show_status_card_yaze::editor::AgentEditorprivate
toast_manager_yaze::editor::AgentEditorprivate
toggle_active()yaze::editor::Editorinline
ToggleChat()yaze::editor::AgentEditor
type() constyaze::editor::Editorinline
type_yaze::editor::Editorprotected
Undo() overrideyaze::editor::AgentEditorinlinevirtual
Update() overrideyaze::editor::AgentEditorvirtual
~AgentEditor() overrideyaze::editor::AgentEditor
~Editor()=defaultyaze::editor::Editorvirtual