#include <gui_automation_client.h>
Public Attributes | |
| std::string | window_filter |
| WidgetTypeFilter | type_filter = WidgetTypeFilter::kUnspecified |
| std::string | path_prefix |
| bool | include_invisible = false |
| bool | include_disabled = false |
Definition at line 193 of file gui_automation_client.h.
| std::string yaze::cli::DiscoverWidgetsQuery::window_filter |
Definition at line 194 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets(), and yaze::cli::handlers::GuiDiscoverToolCommandHandler::Execute().
| WidgetTypeFilter yaze::cli::DiscoverWidgetsQuery::type_filter = WidgetTypeFilter::kUnspecified |
Definition at line 195 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets(), and yaze::cli::handlers::GuiDiscoverToolCommandHandler::Execute().
| std::string yaze::cli::DiscoverWidgetsQuery::path_prefix |
Definition at line 196 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| bool yaze::cli::DiscoverWidgetsQuery::include_invisible = false |
Definition at line 197 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets(), and yaze::cli::handlers::GuiDiscoverToolCommandHandler::Execute().
| bool yaze::cli::DiscoverWidgetsQuery::include_disabled = false |
Definition at line 198 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().