class AnnounceEvent
Defined at line 1325 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
An announce event is one where a message is sent to a Semantic Tree,
informing a change of some global state in the application. Because this
announcement can be disruptive to assistive technology, it should be used
sparingly.
Public Methods
void AnnounceEvent (Storage_ storage)
void AnnounceEvent ()
Defined at line 1331 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void AnnounceEvent (AnnounceEvent && )
Defined at line 1332 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void AnnounceEvent (const AnnounceEvent & other)
AnnounceEvent & operator= (AnnounceEvent && )
Defined at line 1333 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
AnnounceEvent & operator= (const AnnounceEvent & other)
bool operator== (const AnnounceEvent & other)
bool operator!= (const AnnounceEvent & other)
bool IsEmpty ()
const std::optional< ::std::string> & message ()
A message describing the change in the application. This message is expected to be localized in the language that the application is in.
::std::optional< ::std::string> & message ()
A message describing the change in the application. This message is expected to be localized in the language that the application is in.
AnnounceEvent & message (std::optional< ::std::string> value)
A message describing the change in the application. This message is expected to be localized in the language that the application is in.
void AnnounceEvent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits