#include <agent_chat_widget.h>
Public Attributes | |
std::optional< std::filesystem::path > | last_capture_path |
std::string | status_message |
absl::Time | last_updated = absl::InfinitePast() |
CaptureMode | capture_mode = CaptureMode::kActiveEditor |
char | specific_window_buffer [128] = {} |
ScreenshotPreviewState | preview |
RegionSelectionState | region_selection |
Definition at line 187 of file agent_chat_widget.h.
std::optional<std::filesystem::path> yaze::editor::AgentChatWidget::MultimodalState::last_capture_path |
Definition at line 188 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::CaptureSelectedRegion(), yaze::editor::AgentChatWidget::EnsureHistoryLoaded(), yaze::editor::AgentChatWidget::PersistHistory(), yaze::editor::AgentChatWidget::RenderInputBox(), yaze::editor::AgentChatWidget::RenderMultimodalPanel(), yaze::editor::AgentChatWidget::RenderScreenshotPreview(), yaze::editor::AgentChatWidget::RenderSnapshotPreviewPanel(), and yaze::editor::AgentChatWidget::SetChatHistoryPopup().
std::string yaze::editor::AgentChatWidget::MultimodalState::status_message |
absl::Time yaze::editor::AgentChatWidget::MultimodalState::last_updated = absl::InfinitePast() |
Definition at line 190 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::CaptureSelectedRegion(), yaze::editor::AgentChatWidget::EnsureHistoryLoaded(), yaze::editor::AgentChatWidget::PersistHistory(), yaze::editor::AgentChatWidget::RenderMultimodalPanel(), and yaze::editor::AgentChatWidget::SetChatHistoryPopup().
CaptureMode yaze::editor::AgentChatWidget::MultimodalState::capture_mode = CaptureMode::kActiveEditor |
Definition at line 191 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::capture_mode(), and yaze::editor::AgentChatWidget::RenderMultimodalPanel().
char yaze::editor::AgentChatWidget::MultimodalState::specific_window_buffer[128] = {} |
Definition at line 192 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::specific_window_name().
ScreenshotPreviewState yaze::editor::AgentChatWidget::MultimodalState::preview |
RegionSelectionState yaze::editor::AgentChatWidget::MultimodalState::region_selection |