template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1037 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h
Public Methods
::fuchsia_settings::wire::AccessibilitySettings Build ()
Build and return the table. The builder should not be used after this.
bool has_audio_description ()
void clear_audio_description ()
Clears the audio_description field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & audio_description ()
For videos, use an alternative audio track (akin to changing languages)
that explains what is happening visually while there is no dialogue.
BuilderImpl & audio_description (bool elem)
For videos, use an alternative audio track (akin to changing languages)
that explains what is happening visually while there is no dialogue.
bool has_screen_reader ()
void clear_screen_reader ()
Clears the screen_reader field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & screen_reader ()
Read aloud elements of the screen selected by the user.
BuilderImpl & screen_reader (bool elem)
Read aloud elements of the screen selected by the user.
bool has_color_inversion ()
void clear_color_inversion ()
Clears the color_inversion field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & color_inversion ()
Invert colors on the screen.
BuilderImpl & color_inversion (bool elem)
Invert colors on the screen.
bool has_enable_magnification ()
void clear_enable_magnification ()
Clears the enable_magnification field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & enable_magnification ()
Interpret triple-tap on the touchscreen as a command to zoom in.
BuilderImpl & enable_magnification (bool elem)
Interpret triple-tap on the touchscreen as a command to zoom in.
bool has_color_correction ()
void clear_color_correction ()
Clears the color_correction field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_settings::wire::ColorBlindnessType & color_correction ()
What type of color-blindness, if any, to correct for.
BuilderImpl & color_correction (::fuchsia_settings::wire::ColorBlindnessType elem)
What type of color-blindness, if any, to correct for.
bool has_captions_settings ()
void clear_captions_settings ()
Clears the captions_settings field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_settings::wire::CaptionsSettings & captions_settings ()
What kind of sources get closed captions, and how they look.
BuilderImpl & captions_settings (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_settings::wire::CaptionsSettings>> elem)
What kind of sources get closed captions, and how they look.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_settings::wire::AccessibilitySettings, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_settings::wire::AccessibilitySettings>> && frame)