class RangeAttributes

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

Slider / range control attributes.

Public Methods

void RangeAttributes (Storage_ storage)
void RangeAttributes ()

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

void RangeAttributes (RangeAttributes && )

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

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

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

RangeAttributes & operator= (const RangeAttributes & other)
bool operator== (const RangeAttributes & other)
bool operator!= (const RangeAttributes & other)
bool IsEmpty ()
const std::optional<float> & min_value ()

The minimum value a range control element can take.

::std::optional<float> & min_value ()

The minimum value a range control element can take.

RangeAttributes & min_value (std::optional<float> value)

The minimum value a range control element can take.

const std::optional<float> & max_value ()

The maximum value a range control element can take.

::std::optional<float> & max_value ()

The maximum value a range control element can take.

RangeAttributes & max_value (std::optional<float> value)

The maximum value a range control element can take.

const std::optional<float> & step_delta ()

The step delta the element applies when the action DECREMENT or

INCREMENT are invoked.

::std::optional<float> & step_delta ()

The step delta the element applies when the action DECREMENT or

INCREMENT are invoked.

RangeAttributes & step_delta (std::optional<float> value)

The step delta the element applies when the action DECREMENT or

INCREMENT are invoked.

void RangeAttributes (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits