#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 209 of file gui_automation_client.h.
std::string yaze::cli::DiscoverWidgetsQuery::window_filter |
Definition at line 210 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
WidgetTypeFilter yaze::cli::DiscoverWidgetsQuery::type_filter = WidgetTypeFilter::kUnspecified |
Definition at line 211 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
std::string yaze::cli::DiscoverWidgetsQuery::path_prefix |
Definition at line 212 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
bool yaze::cli::DiscoverWidgetsQuery::include_invisible = false |
Definition at line 213 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
bool yaze::cli::DiscoverWidgetsQuery::include_disabled = false |
Definition at line 214 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().