class TableCellAttributes
Defined at line 395 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 is interpreted.
Public Methods
void TableCellAttributes (Storage_ storage)
void TableCellAttributes ()
Defined at line 401 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void TableCellAttributes (TableCellAttributes && )
Defined at line 402 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
void TableCellAttributes (const TableCellAttributes & other)
TableCellAttributes & operator= (TableCellAttributes && )
Defined at line 403 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/natural_types.h
TableCellAttributes & operator= (const TableCellAttributes & other)
bool operator== (const TableCellAttributes & other)
bool operator!= (const TableCellAttributes & other)
bool IsEmpty ()
const std::optional<uint32_t> & row_index ()
Row-index of this cell.
::std::optional<uint32_t> & row_index ()
Row-index of this cell.
TableCellAttributes & row_index (std::optional<uint32_t> value)
Row-index of this cell.
const std::optional<uint32_t> & column_index ()
Column-index of this cell.
::std::optional<uint32_t> & column_index ()
Column-index of this cell.
TableCellAttributes & column_index (std::optional<uint32_t> value)
Column-index of this cell.
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.
TableCellAttributes & row_span (std::optional<uint32_t> value)
The number of rows this table cell spans.
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.
TableCellAttributes & column_span (std::optional<uint32_t> value)
The number of columns this table cell spans.
void TableCellAttributes (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits