#include <agent_chat_widget.h>
Public Attributes | |
bool | active = false |
CollaborationMode | mode = CollaborationMode::kLocal |
std::string | session_id |
std::string | session_name |
std::string | server_url = "ws://localhost:8765" |
bool | server_connected = false |
std::vector< std::string > | participants |
absl::Time | last_synced = absl::InfinitePast() |
Definition at line 151 of file agent_chat_widget.h.
bool yaze::editor::AgentChatWidget::CollaborationState::active = false |
Definition at line 152 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::ApplyCollaborationSession(), yaze::editor::AgentChatWidget::Draw(), yaze::editor::AgentChatWidget::EnsureHistoryLoaded(), yaze::editor::AgentChatWidget::PersistHistory(), yaze::editor::AgentChatWidget::PollSharedHistory(), yaze::editor::AgentChatWidget::RenderCollaborationPanel(), yaze::editor::AgentChatWidget::RenderRomSyncPanel(), and yaze::editor::AgentChatWidget::RenderSnapshotPreviewPanel().
CollaborationMode yaze::editor::AgentChatWidget::CollaborationState::mode = CollaborationMode::kLocal |
Definition at line 153 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderCollaborationPanel(), yaze::editor::AgentChatWidget::RenderRomSyncPanel(), and yaze::editor::AgentChatWidget::RenderSnapshotPreviewPanel().
std::string yaze::editor::AgentChatWidget::CollaborationState::session_id |
std::string yaze::editor::AgentChatWidget::CollaborationState::session_name |
std::string yaze::editor::AgentChatWidget::CollaborationState::server_url = "ws://localhost:8765" |
Definition at line 156 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderCollaborationPanel().
bool yaze::editor::AgentChatWidget::CollaborationState::server_connected = false |
Definition at line 157 of file agent_chat_widget.h.
std::vector<std::string> yaze::editor::AgentChatWidget::CollaborationState::participants |
absl::Time yaze::editor::AgentChatWidget::CollaborationState::last_synced = absl::InfinitePast() |