class SetAttributes
Defined at line 343 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
Set attributes that control how an element is connected to others in the
same set. For example, a group of radio buttons in html containing the same
name attribute are part of the same set.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_accessibility_semantics::wire::SetAttributes> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_accessibility_semantics::wire::SetAttributes> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::SetAttributes>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SetAttributes ()
Defined at line 345 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
void SetAttributes (const SetAttributes & other)
Defined at line 346 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
SetAttributes & operator= (const SetAttributes & other)
Defined at line 347 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
void SetAttributes (SetAttributes && other)
Defined at line 348 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
SetAttributes & operator= (SetAttributes && other)
Defined at line 349 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h
uint32_t & size ()
Size of the set.
bool has_size ()
uint32_t & index ()
Element index in the set, starting from one.
bool has_index ()
::fidl::VectorView<uint32_t> & set_element_ids ()
Node ids of other elements in this set.
bool has_set_element_ids ()
void ~SetAttributes ()
Defined at line 351 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