template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_settings::wire::CaptionsSettings Build ()

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

bool has_for_media ()
void clear_for_media ()

Clears the for_media field.

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

O(number_of_fields) complexity.

bool & for_media ()

Closed captions enabled for media sources of audio.

BuilderImpl & for_media (bool elem)

Closed captions enabled for media sources of audio.

bool has_for_tts ()
void clear_for_tts ()

Clears the for_tts field.

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

O(number_of_fields) complexity.

bool & for_tts ()

Closed captions enabled for Text-To-Speech sources of audio.

BuilderImpl & for_tts (bool elem)

Closed captions enabled for Text-To-Speech sources of audio.

bool has_font_style ()
void clear_font_style ()

Clears the font_style field.

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

O(number_of_fields) complexity.

::fuchsia_settings::wire::CaptionFontStyle & font_style ()

Font style and color used for the closed captions text.

BuilderImpl & font_style (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_settings::wire::CaptionFontStyle>> elem)

Font style and color used for the closed captions text.

bool has_window_color ()
void clear_window_color ()

Clears the window_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 & window_color ()

Border color used around the closed captions window.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

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

Border color used around the closed captions window.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

bool has_background_color ()
void clear_background_color ()

Clears the background_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 & background_color ()

Background color of the closed captions window.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

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

Background color of the closed captions window.

Each color channel should be a finite number otherwise will cause

SetAccessibilityInfo to fail with INVALID_VALUE.

Protected Methods

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

Records