#include <gui_automation_client.h>
Public Attributes | |
std::string | name |
bool | visible = true |
std::vector< WidgetDescriptor > | widgets |
Definition at line 203 of file gui_automation_client.h.
std::string yaze::cli::DiscoveredWindowInfo::name |
Definition at line 204 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
bool yaze::cli::DiscoveredWindowInfo::visible = true |
Definition at line 205 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().
std::vector<WidgetDescriptor> yaze::cli::DiscoveredWindowInfo::widgets |
Definition at line 206 of file gui_automation_client.h.
Referenced by yaze::cli::GuiAutomationClient::DiscoverWidgets().