class SemanticEvent
Defined at line 1370 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
Represents a Semantic Event that is fired on a Semantic Tree.
Public Methods
void SemanticEvent (SemanticEvent && other)
SemanticEvent & operator= (SemanticEvent && other)
void SemanticEvent (const SemanticEvent & other)
SemanticEvent & operator= (const SemanticEvent & other)
bool operator== (const SemanticEvent & other)
bool operator!= (const SemanticEvent & other)
::fuchsia_accessibility_semantics::SemanticEvent::Tag Which ()
SemanticEvent WithAnnounce (::fuchsia_accessibility_semantics::AnnounceEvent val)
const ::fidl::internal::UnionMemberView<1, Storage_> announce ()
::fidl::internal::UnionMemberView<1, Storage_> announce ()
SemanticEvent & announce (::fuchsia_accessibility_semantics::AnnounceEvent value)
Sets the union to hold the announce member.
void SemanticEvent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kAnnounce | 1 |
TODO: share union tag types between wire
&
natural.
Defined at line 1378 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits