template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 417 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

Public Methods

::fuchsia_settings::wire::CaptionFontStyle Build ()

Build and return the table. The builder should not be used after this.

bool has_family ()
void clear_family ()

Clears the family field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_settings::wire::CaptionFontFamily & family ()

Getter for family.

BuilderImpl & family (::fuchsia_settings::wire::CaptionFontFamily elem)

Setter for family.

bool has_color ()
void clear_color ()

Clears the color field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_ui_types::wire::ColorRgba & color ()

47 CFR §79.103(c)(2) requires at least 3-bit RGB for user override of

closed-captions color.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

BuilderImpl & color (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_ui_types::wire::ColorRgba>> elem)

47 CFR §79.103(c)(2) requires at least 3-bit RGB for user override of

closed-captions color.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

bool has_relative_size ()
void clear_relative_size ()

Clears the relative_size field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

float & relative_size ()

Size of closed captions text relative to the default captions size. A

range of [0.5, 2] is guaranteed to be supported (as 47 CFR §79.103(c)(4)

establishes). Size should be a finite number.

BuilderImpl & relative_size (float elem)

Size of closed captions text relative to the default captions size. A

range of [0.5, 2] is guaranteed to be supported (as 47 CFR §79.103(c)(4)

establishes). Size should be a finite number.

bool has_char_edge_style ()
void clear_char_edge_style ()

Clears the char_edge_style field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_settings::wire::EdgeStyle & char_edge_style ()

Getter for char_edge_style.

BuilderImpl & char_edge_style (::fuchsia_settings::wire::EdgeStyle elem)

Setter for char_edge_style.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_settings::wire::CaptionFontStyle, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_settings::wire::CaptionFontStyle>> && frame)

Records