template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 605 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::MouseSimulateMouseEventRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_pressed_buttons ()
void clear_pressed_buttons ()
Clears the pressed_buttons field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_ui_test_input::wire::MouseButton> & pressed_buttons ()
Set of buttons that are currently pressed.
Must NOT contain duplicates.
BuilderImpl & pressed_buttons (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_ui_test_input::wire::MouseButton>>> elem)
Set of buttons that are currently pressed.
Must NOT contain duplicates.
bool has_movement_x ()
void clear_movement_x ()
Clears the movement_x field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & movement_x ()
Relative X positional displacement.
BuilderImpl & movement_x (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative X positional displacement.
bool has_movement_y ()
void clear_movement_y ()
Clears the movement_y field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & movement_y ()
Relative Y positional displacement.
BuilderImpl & movement_y (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative Y positional displacement.
bool has_scroll_v_detent ()
void clear_scroll_v_detent ()
Clears the scroll_v_detent field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & scroll_v_detent ()
Relative vertical scrolling displacement by detent.
BuilderImpl & scroll_v_detent (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative vertical scrolling displacement by detent.
bool has_scroll_h_detent ()
void clear_scroll_h_detent ()
Clears the scroll_h_detent field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & scroll_h_detent ()
Relative horizontal scrolling displacement by detent.
BuilderImpl & scroll_h_detent (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative horizontal scrolling displacement by detent.
bool has_scroll_v_physical_pixel ()
void clear_scroll_v_physical_pixel ()
Clears the scroll_v_physical_pixel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
double & scroll_v_physical_pixel ()
Recommended vertical scrolling displacement by physical pixel, it is
computed with accelerator, detent / mm to pixel ratio, etc.
BuilderImpl & scroll_v_physical_pixel (Wrapper_Ignore_Me_< ::fidl::ObjectView<double>> elem)
Recommended vertical scrolling displacement by physical pixel, it is
computed with accelerator, detent / mm to pixel ratio, etc.
bool has_scroll_h_physical_pixel ()
void clear_scroll_h_physical_pixel ()
Clears the scroll_h_physical_pixel field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
double & scroll_h_physical_pixel ()
Recommended horizontal scrolling displacement by physical pixel, it
is computed with accelerator, detent / mm to pixel ratio, etc.
BuilderImpl & scroll_h_physical_pixel (Wrapper_Ignore_Me_< ::fidl::ObjectView<double>> elem)
Recommended horizontal scrolling displacement by physical pixel, it
is computed with accelerator, detent / mm to pixel ratio, etc.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_input::wire::MouseSimulateMouseEventRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_input::wire::MouseSimulateMouseEventRequest>> && frame)