#include <gui_automation_client.h>

Public Attributes | |
| std::string | path |
| std::string | label |
| std::string | type |
| std::string | description |
| std::string | suggested_action |
| bool | visible = true |
| bool | enabled = true |
| WidgetBoundingBox | bounds |
| uint32_t | widget_id = 0 |
| bool | has_bounds = false |
| int64_t | last_seen_frame = -1 |
| std::optional< absl::Time > | last_seen_at |
| bool | stale = false |
Definition at line 187 of file gui_automation_client.h.
| std::string yaze::cli::WidgetDescriptor::path |
Definition at line 188 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets(), and build_cleaner.DirectorySpec::iter_files().
| std::string yaze::cli::WidgetDescriptor::label |
Definition at line 189 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| std::string yaze::cli::WidgetDescriptor::type |
Definition at line 190 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| std::string yaze::cli::WidgetDescriptor::description |
Definition at line 191 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| std::string yaze::cli::WidgetDescriptor::suggested_action |
Definition at line 192 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| bool yaze::cli::WidgetDescriptor::visible = true |
Definition at line 193 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| bool yaze::cli::WidgetDescriptor::enabled = true |
Definition at line 194 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| WidgetBoundingBox yaze::cli::WidgetDescriptor::bounds |
Definition at line 195 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| uint32_t yaze::cli::WidgetDescriptor::widget_id = 0 |
Definition at line 196 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| bool yaze::cli::WidgetDescriptor::has_bounds = false |
Definition at line 197 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| int64_t yaze::cli::WidgetDescriptor::last_seen_frame = -1 |
Definition at line 198 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| std::optional<absl::Time> yaze::cli::WidgetDescriptor::last_seen_at |
Definition at line 199 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| bool yaze::cli::WidgetDescriptor::stale = false |
Definition at line 200 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().