yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::WidgetDescriptor Struct Reference

#include <gui_automation_client.h>

Collaboration diagram for yaze::cli::WidgetDescriptor:

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
 

Detailed Description

Definition at line 187 of file gui_automation_client.h.

Member Data Documentation

◆ path

std::string yaze::cli::WidgetDescriptor::path

◆ label

std::string yaze::cli::WidgetDescriptor::label

◆ type

std::string yaze::cli::WidgetDescriptor::type

◆ description

std::string yaze::cli::WidgetDescriptor::description

◆ suggested_action

std::string yaze::cli::WidgetDescriptor::suggested_action

◆ visible

bool yaze::cli::WidgetDescriptor::visible = true

◆ enabled

bool yaze::cli::WidgetDescriptor::enabled = true

◆ bounds

WidgetBoundingBox yaze::cli::WidgetDescriptor::bounds

◆ widget_id

uint32_t yaze::cli::WidgetDescriptor::widget_id = 0

◆ has_bounds

bool yaze::cli::WidgetDescriptor::has_bounds = false

◆ last_seen_frame

int64_t yaze::cli::WidgetDescriptor::last_seen_frame = -1

◆ last_seen_at

std::optional<absl::Time> yaze::cli::WidgetDescriptor::last_seen_at

◆ stale

bool yaze::cli::WidgetDescriptor::stale = false

The documentation for this struct was generated from the following file: