#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 205 of file gui_automation_client.h.
| std::string yaze::cli::DiscoverWidgetsQuery::window_filter |
Definition at line 206 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 207 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 208 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| bool yaze::cli::DiscoverWidgetsQuery::include_invisible = false |
Definition at line 209 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
| bool yaze::cli::DiscoverWidgetsQuery::include_disabled = false |
Definition at line 210 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().