template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 4873 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_types.h

Public Methods

::fuchsia_ui_test_input::wire::TouchScreenSimulateMultiFingerGestureRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_start_locations ()
void clear_start_locations ()

Clears the start_locations field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::Array< ::fuchsia_math::wire::Vec, 10> & start_locations ()

Starting locations of the gesture, in the coordinate units specified during

registration.

BuilderImpl & start_locations (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array< ::fuchsia_math::wire::Vec, 10>>> elem)

Starting locations of the gesture, in the coordinate units specified during

registration.

bool has_end_locations ()
void clear_end_locations ()

Clears the end_locations field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::Array< ::fuchsia_math::wire::Vec, 10> & end_locations ()

End locations of the gesture, in the coordinate units specified during

registration.

BuilderImpl & end_locations (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array< ::fuchsia_math::wire::Vec, 10>>> elem)

End locations of the gesture, in the coordinate units specified during

registration.

bool has_move_event_count ()
void clear_move_event_count ()

Clears the move_event_count field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & move_event_count ()

Number of move events in the pinch.

BuilderImpl & move_event_count (uint32_t elem)

Number of move events in the pinch.

bool has_finger_count ()
void clear_finger_count ()

Clears the finger_count field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & finger_count ()

Number of fingers, because `array

<fuchsia

.math.Vec, MAX_FINGERS>` is

fixed length, we use this field to know how many fingers in gesture.

BuilderImpl & finger_count (uint32_t elem)

Number of fingers, because `array

<fuchsia

.math.Vec, MAX_FINGERS>` is

fixed length, we use this field to know how many fingers in gesture.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_ui_test_input::wire::TouchScreenSimulateMultiFingerGestureRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::TouchScreenSimulateMultiFingerGestureRequest>> && frame)

Records