Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
ui::AXNode::OwnerTree::Selection Struct Reference

#include <ax_node.h>

Public Attributes

bool is_backward
 
AXID anchor_object_id
 
int anchor_offset
 
ax::mojom::TextAffinity anchor_affinity
 
AXID focus_object_id
 
int focus_offset
 
ax::mojom::TextAffinity focus_affinity
 

Detailed Description

Definition at line 49 of file ax_node.h.

Member Data Documentation

◆ anchor_affinity

ax::mojom::TextAffinity ui::AXNode::OwnerTree::Selection::anchor_affinity

Definition at line 53 of file ax_node.h.

◆ anchor_object_id

AXID ui::AXNode::OwnerTree::Selection::anchor_object_id

Definition at line 51 of file ax_node.h.

◆ anchor_offset

int ui::AXNode::OwnerTree::Selection::anchor_offset

Definition at line 52 of file ax_node.h.

◆ focus_affinity

ax::mojom::TextAffinity ui::AXNode::OwnerTree::Selection::focus_affinity

Definition at line 56 of file ax_node.h.

◆ focus_object_id

AXID ui::AXNode::OwnerTree::Selection::focus_object_id

Definition at line 54 of file ax_node.h.

◆ focus_offset

int ui::AXNode::OwnerTree::Selection::focus_offset

Definition at line 55 of file ax_node.h.

◆ is_backward

bool ui::AXNode::OwnerTree::Selection::is_backward

Definition at line 50 of file ax_node.h.


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