#include <agent_chat_widget.h>
Public Attributes | |
bool | active = false |
bool | dragging = false |
ImVec2 | start_pos |
ImVec2 | end_pos |
ImVec2 | selection_min |
ImVec2 | selection_max |
Definition at line 178 of file agent_chat_widget.h.
bool yaze::editor::AgentChatWidget::RegionSelectionState::active = false |
Definition at line 179 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::BeginRegionSelection(), yaze::editor::AgentChatWidget::HandleRegionSelection(), and yaze::editor::AgentChatWidget::RenderMultimodalPanel().
bool yaze::editor::AgentChatWidget::RegionSelectionState::dragging = false |
Definition at line 180 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::BeginRegionSelection(), and yaze::editor::AgentChatWidget::HandleRegionSelection().
ImVec2 yaze::editor::AgentChatWidget::RegionSelectionState::start_pos |
Definition at line 181 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::HandleRegionSelection().
ImVec2 yaze::editor::AgentChatWidget::RegionSelectionState::end_pos |
Definition at line 182 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::HandleRegionSelection().
ImVec2 yaze::editor::AgentChatWidget::RegionSelectionState::selection_min |
Definition at line 183 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::CaptureSelectedRegion(), and yaze::editor::AgentChatWidget::HandleRegionSelection().
ImVec2 yaze::editor::AgentChatWidget::RegionSelectionState::selection_max |
Definition at line 184 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::CaptureSelectedRegion(), and yaze::editor::AgentChatWidget::HandleRegionSelection().