class RangeAttributes

Defined at line 133 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

Slider / range control attributes.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_accessibility_semantics::wire::RangeAttributes> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_accessibility_semantics::wire::RangeAttributes> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_accessibility_semantics::wire::RangeAttributes>> frame)

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

void RangeAttributes ()

Defined at line 135 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

void RangeAttributes (const RangeAttributes & other)

Defined at line 136 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

RangeAttributes & operator= (const RangeAttributes & other)

Defined at line 137 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

void RangeAttributes (RangeAttributes && other)

Defined at line 138 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

float & min_value ()

The minimum value a range control element can take.

bool has_min_value ()
float & max_value ()

The maximum value a range control element can take.

bool has_max_value ()
RangeAttributes & operator= (RangeAttributes && other)

Defined at line 139 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

float & step_delta ()

The step delta the element applies when the action DECREMENT or

INCREMENT are invoked.

bool has_step_delta ()
void ~RangeAttributes ()

Defined at line 141 of file fidling/gen/sdk/fidl/fuchsia.accessibility.semantics/fuchsia.accessibility.semantics/cpp/fidl/fuchsia.accessibility.semantics/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder