template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4573 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::TouchScreenSimulateSwipeRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_start_location ()
void clear_start_location ()
Clears the start_location field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_math::wire::Vec & start_location ()
Starting location of the swipe, in the coordinate units specified during
registration.
BuilderImpl & start_location (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_math::wire::Vec>> elem)
Starting location of the swipe, in the coordinate units specified during
registration.
bool has_end_location ()
void clear_end_location ()
Clears the end_location field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_math::wire::Vec & end_location ()
End location of the swipe, in the coordinate units specified during
registration.
BuilderImpl & end_location (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_math::wire::Vec>> elem)
End location of the swipe, 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 swipe.
BuilderImpl & move_event_count (uint32_t elem)
Number of move events in the swipe.
bool has_duration ()
void clear_duration ()
Clears the duration field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & duration ()
The duration of the swipe gesture.
Per step delay = duration / ( move_event_count + 1).
DOWN - wait per step delay - CHANGE_1 - wait per step delay - ... -
CHANGE_n - wait per step delay - UP.
BuilderImpl & duration (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The duration of the swipe gesture.
Per step delay = duration / ( move_event_count + 1).
DOWN - wait per step delay - CHANGE_1 - wait per step delay - ... -
CHANGE_n - wait per step delay - UP.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_input::wire::TouchScreenSimulateSwipeRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::TouchScreenSimulateSwipeRequest>> && frame)