#include <agent_chat_widget.h>
Public Attributes | |
void * | texture_id = nullptr |
int | width = 0 |
int | height = 0 |
bool | loaded = false |
float | preview_scale = 1.0f |
bool | show_preview = true |
Definition at line 169 of file agent_chat_widget.h.
void* yaze::editor::AgentChatWidget::ScreenshotPreviewState::texture_id = nullptr |
Definition at line 170 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::LoadScreenshotPreview(), yaze::editor::AgentChatWidget::RenderScreenshotPreview(), and yaze::editor::AgentChatWidget::UnloadScreenshotPreview().
int yaze::editor::AgentChatWidget::ScreenshotPreviewState::width = 0 |
Definition at line 171 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::LoadScreenshotPreview(), yaze::editor::AgentChatWidget::RenderScreenshotPreview(), and yaze::editor::AgentChatWidget::UnloadScreenshotPreview().
int yaze::editor::AgentChatWidget::ScreenshotPreviewState::height = 0 |
Definition at line 172 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::LoadScreenshotPreview(), yaze::editor::AgentChatWidget::RenderScreenshotPreview(), and yaze::editor::AgentChatWidget::UnloadScreenshotPreview().
bool yaze::editor::AgentChatWidget::ScreenshotPreviewState::loaded = false |
float yaze::editor::AgentChatWidget::ScreenshotPreviewState::preview_scale = 1.0f |
Definition at line 174 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderScreenshotPreview().
bool yaze::editor::AgentChatWidget::ScreenshotPreviewState::show_preview = true |
Definition at line 175 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::LoadScreenshotPreview(), yaze::editor::AgentChatWidget::RenderMultimodalPanel(), and yaze::editor::AgentChatWidget::RenderScreenshotPreview().