class TableAttributes
Defined at line 239 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
Attributes that control how a table cell node is interpreted.
Public Methods
void TableAttributes (Storage_ storage)
void TableAttributes ()
Defined at line 245 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void TableAttributes (TableAttributes && )
Defined at line 246 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void TableAttributes (const TableAttributes & other)
TableAttributes & operator= (TableAttributes && )
Defined at line 247 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
TableAttributes & operator= (const TableAttributes & other)
bool operator== (const TableAttributes & other)
bool operator!= (const TableAttributes & other)
bool IsEmpty ()
const std::optional<uint32_t> & column_span ()
The number of columns this table cell spans.
::std::optional<uint32_t> & column_span ()
The number of columns this table cell spans.
TableAttributes & column_span (std::optional<uint32_t> value)
The number of columns this table cell spans.
const std::optional<uint32_t> & row_span ()
The number of rows this table cell spans.
::std::optional<uint32_t> & row_span ()
The number of rows this table cell spans.
TableAttributes & row_span (std::optional<uint32_t> value)
The number of rows this table cell spans.
const std::optional<uint32_t> & number_of_rows ()
Number of rows in this table.
::std::optional<uint32_t> & number_of_rows ()
Number of rows in this table.
TableAttributes & number_of_rows (std::optional<uint32_t> value)
Number of rows in this table.
const std::optional<uint32_t> & number_of_columns ()
Number of columns in this table.
::std::optional<uint32_t> & number_of_columns ()
Number of columns in this table.
TableAttributes & number_of_columns (std::optional<uint32_t> value)
Number of columns in this table.
const std::optional< ::std::vector<uint32_t>> & column_header_ids ()
Node ids of the table's column headers.
::std::optional< ::std::vector<uint32_t>> & column_header_ids ()
Node ids of the table's column headers.
TableAttributes & column_header_ids (std::optional< ::std::vector<uint32_t>> value)
Node ids of the table's column headers.
const std::optional< ::std::vector<uint32_t>> & row_header_ids ()
Node ids of the table's row headers.
::std::optional< ::std::vector<uint32_t>> & row_header_ids ()
Node ids of the table's row headers.
TableAttributes & row_header_ids (std::optional< ::std::vector<uint32_t>> value)
Node ids of the table's row headers.
void TableAttributes (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits