class AccessibilitySettings

Defined at line 480 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

Supported accessibility settings.

Public Methods

void AccessibilitySettings (Storage_ storage)
void AccessibilitySettings ()

Defined at line 485 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

void AccessibilitySettings (AccessibilitySettings && )

Defined at line 486 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

void AccessibilitySettings (const AccessibilitySettings & other)
AccessibilitySettings & operator= (AccessibilitySettings && )

Defined at line 487 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/natural_types.h

AccessibilitySettings & operator= (const AccessibilitySettings & other)
bool operator== (const AccessibilitySettings & other)
bool operator!= (const AccessibilitySettings & other)
bool IsEmpty ()
const std::optional<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.

::std::optional<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.

AccessibilitySettings & audio_description (std::optional<bool> value)

For videos, use an alternative audio track (akin to changing languages)

that explains what is happening visually while there is no dialogue.

const std::optional<bool> & screen_reader ()

Read aloud elements of the screen selected by the user.

::std::optional<bool> & screen_reader ()

Read aloud elements of the screen selected by the user.

AccessibilitySettings & screen_reader (std::optional<bool> value)

Read aloud elements of the screen selected by the user.

const std::optional<bool> & color_inversion ()

Invert colors on the screen.

::std::optional<bool> & color_inversion ()

Invert colors on the screen.

AccessibilitySettings & color_inversion (std::optional<bool> value)

Invert colors on the screen.

const std::optional<bool> & enable_magnification ()

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

::std::optional<bool> & enable_magnification ()

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

AccessibilitySettings & enable_magnification (std::optional<bool> value)

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

const std::optional< ::fuchsia_settings::ColorBlindnessType> & color_correction ()

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

::std::optional< ::fuchsia_settings::ColorBlindnessType> & color_correction ()

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

AccessibilitySettings & color_correction (std::optional< ::fuchsia_settings::ColorBlindnessType> value)

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

const std::optional< ::fuchsia_settings::CaptionsSettings> & captions_settings ()

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

::std::optional< ::fuchsia_settings::CaptionsSettings> & captions_settings ()

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

AccessibilitySettings & captions_settings (std::optional< ::fuchsia_settings::CaptionsSettings> value)

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

void AccessibilitySettings (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits