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

#include <gui_automation_client.h>

Public Attributes

int64_t frame_id = 0
 
int pending_editor_actions = 0
 
int pending_layout_actions = 0
 
bool layout_rebuild_pending = false
 
int pending_harness_tests = 0
 
int queued_harness_tests = 0
 
int running_harness_tests = 0
 
std::optional< absl::Time > sampled_at
 
bool idle = false
 

Detailed Description

Definition at line 212 of file gui_automation_client.h.

Member Data Documentation

◆ frame_id

int64_t yaze::cli::UiSyncStateSnapshot::frame_id = 0

Definition at line 213 of file gui_automation_client.h.

◆ pending_editor_actions

int yaze::cli::UiSyncStateSnapshot::pending_editor_actions = 0

Definition at line 214 of file gui_automation_client.h.

◆ pending_layout_actions

int yaze::cli::UiSyncStateSnapshot::pending_layout_actions = 0

Definition at line 215 of file gui_automation_client.h.

◆ layout_rebuild_pending

bool yaze::cli::UiSyncStateSnapshot::layout_rebuild_pending = false

Definition at line 216 of file gui_automation_client.h.

◆ pending_harness_tests

int yaze::cli::UiSyncStateSnapshot::pending_harness_tests = 0

Definition at line 217 of file gui_automation_client.h.

◆ queued_harness_tests

int yaze::cli::UiSyncStateSnapshot::queued_harness_tests = 0

Definition at line 218 of file gui_automation_client.h.

◆ running_harness_tests

int yaze::cli::UiSyncStateSnapshot::running_harness_tests = 0

Definition at line 219 of file gui_automation_client.h.

◆ sampled_at

std::optional<absl::Time> yaze::cli::UiSyncStateSnapshot::sampled_at

Definition at line 220 of file gui_automation_client.h.

◆ idle

bool yaze::cli::UiSyncStateSnapshot::idle = false

Definition at line 221 of file gui_automation_client.h.


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