class AccessibilitySettings

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

Supported accessibility settings.

Public Methods

void AccessibilitySettings ()

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

void AccessibilitySettings (const AccessibilitySettings & other)

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

AccessibilitySettings & operator= (const AccessibilitySettings & other)

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

void AccessibilitySettings (AccessibilitySettings && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_settings::wire::AccessibilitySettings> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_settings::wire::AccessibilitySettings> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_settings::wire::AccessibilitySettings>> frame)

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

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.

bool has_audio_description ()
AccessibilitySettings & operator= (AccessibilitySettings && other)

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

bool & screen_reader ()

Read aloud elements of the screen selected by the user.

bool has_screen_reader ()
bool & color_inversion ()

Invert colors on the screen.

bool has_color_inversion ()
bool & enable_magnification ()

Interpret triple-tap on the touchscreen as a command to zoom in.

bool has_enable_magnification ()
::fuchsia_settings::wire::ColorBlindnessType & color_correction ()

What type of color-blindness, if any, to correct for.

bool has_color_correction ()
::fuchsia_settings::wire::CaptionsSettings & captions_settings ()

What kind of sources get closed captions, and how they look.

bool has_captions_settings ()
void ~AccessibilitySettings ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder