class Hit
Defined at line 3316 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
Results of hit testing on a view's semantic tree which is implemented by
Runtimes(like Flutter/Chrome) and sent to Accessibility.
Public Methods
void Hit ()
Defined at line 3318 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
void Hit (const Hit & other)
Defined at line 3319 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
Hit & operator= (const Hit & other)
Defined at line 3320 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
void Hit (Hit && other)
Defined at line 3321 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_accessibility_semantics::wire::Hit> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_accessibility_semantics::wire::Hit> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::Hit>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
uint32_t & node_id ()
Unique ID that represents a node in a particular UI.
Zero is assumed to be the root node and the only entry point to the tree.
node_id will not be filled when there is no hit.
bool has_node_id ()
Hit & operator= (Hit && other)
Defined at line 3322 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
::fidl::VectorView<uint32_t> & path_from_root ()
The ordered list of node ids which represent path from root node to the hit node.
bool has_path_from_root ()
void ~Hit ()
Defined at line 3324 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder