class TableAttributes

Defined at line 570 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

Attributes that control how a table cell node is interpreted.

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::TableAttributes> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_accessibility_semantics::wire::TableAttributes> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::TableAttributes>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void TableAttributes ()

Defined at line 572 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

void TableAttributes (const TableAttributes & other)

Defined at line 573 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

TableAttributes & operator= (const TableAttributes & other)

Defined at line 574 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

void TableAttributes (TableAttributes && other)

Defined at line 575 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

uint32_t & column_span ()

The number of columns this table cell spans.

bool has_column_span ()
TableAttributes & operator= (TableAttributes && other)

Defined at line 576 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

uint32_t & row_span ()

The number of rows this table cell spans.

bool has_row_span ()
uint32_t & number_of_rows ()

Number of rows in this table.

bool has_number_of_rows ()
uint32_t & number_of_columns ()

Number of columns in this table.

bool has_number_of_columns ()
::fidl::VectorView<uint32_t> & column_header_ids ()

Node ids of the table's column headers.

bool has_column_header_ids ()
::fidl::VectorView<uint32_t> & row_header_ids ()

Node ids of the table's row headers.

bool has_row_header_ids ()
void ~TableAttributes ()

Defined at line 578 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