#include <agent_chat_widget.h>
Public Attributes | |
| std::string | current_rom_hash |
| absl::Time | last_sync_time = absl::InfinitePast() |
| bool | auto_sync_enabled = false |
| int | sync_interval_seconds = 30 |
| std::vector< std::string > | pending_syncs |
Definition at line 227 of file agent_chat_widget.h.
| std::string yaze::editor::AgentChatWidget::RomSyncState::current_rom_hash |
Definition at line 228 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::Draw(), and yaze::editor::AgentChatWidget::RenderRomSyncPanel().
| absl::Time yaze::editor::AgentChatWidget::RomSyncState::last_sync_time = absl::InfinitePast() |
Definition at line 229 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderRomSyncPanel().
| bool yaze::editor::AgentChatWidget::RomSyncState::auto_sync_enabled = false |
Definition at line 230 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderRomSyncPanel().
| int yaze::editor::AgentChatWidget::RomSyncState::sync_interval_seconds = 30 |
Definition at line 231 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderRomSyncPanel().
| std::vector<std::string> yaze::editor::AgentChatWidget::RomSyncState::pending_syncs |
Definition at line 232 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderRomSyncPanel().