class SetAttributes
Defined at line 167 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_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
void SetAttributes (Storage_ storage)
void SetAttributes ()
Defined at line 173 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void SetAttributes (SetAttributes && )
Defined at line 174 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void SetAttributes (const SetAttributes & other)
SetAttributes & operator= (SetAttributes && )
Defined at line 175 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
SetAttributes & operator= (const SetAttributes & other)
bool operator== (const SetAttributes & other)
bool operator!= (const SetAttributes & other)
bool IsEmpty ()
const std::optional<uint32_t> & size ()
Size of the set.
::std::optional<uint32_t> & size ()
Size of the set.
SetAttributes & size (std::optional<uint32_t> value)
Size of the set.
const std::optional<uint32_t> & index ()
Element index in the set, starting from one.
::std::optional<uint32_t> & index ()
Element index in the set, starting from one.
SetAttributes & index (std::optional<uint32_t> value)
Element index in the set, starting from one.
const std::optional< ::std::vector<uint32_t>> & set_element_ids ()
Node ids of other elements in this set.
::std::optional< ::std::vector<uint32_t>> & set_element_ids ()
Node ids of other elements in this set.
SetAttributes & set_element_ids (std::optional< ::std::vector<uint32_t>> value)
Node ids of other elements in this set.
void SetAttributes (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits