class Hit

Defined at line 1563 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_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 (Storage_ storage)
void Hit ()

Defined at line 1569 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h

void Hit (Hit && )

Defined at line 1570 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h

void Hit (const Hit & other)
Hit & operator= (Hit && )

Defined at line 1571 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h

Hit & operator= (const Hit & other)
bool operator== (const Hit & other)
bool operator!= (const Hit & other)
bool IsEmpty ()
const std::optional<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.

::std::optional<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.

Hit & node_id (std::optional<uint32_t> value)

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.

const std::optional< ::std::vector<uint32_t>> & path_from_root ()

The ordered list of node ids which represent path from root node to the hit node.

::std::optional< ::std::vector<uint32_t>> & path_from_root ()

The ordered list of node ids which represent path from root node to the hit node.

Hit & path_from_root (std::optional< ::std::vector<uint32_t>> value)

The ordered list of node ids which represent path from root node to the hit node.

void Hit (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits