template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 804 of file fidling/gen/sdk/fidl/fuchsia.ui.test.conformance/fuchsia.ui.test.conformance/cpp/fidl/fuchsia.ui.test.conformance/cpp/wire_types.h
Public Methods
::fuchsia_ui_test_conformance::wire::ImageProperties Build ()
Build and return the table. The builder should not be used after this.
bool has_bounds ()
void clear_bounds ()
Clears the bounds field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_ui_test_conformance::wire::ContentBounds & bounds ()
The image's bounds, defined in the parent view's coordinate space.
BuilderImpl & bounds (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_ui_test_conformance::wire::ContentBounds>> elem)
The image's bounds, defined in the parent view's coordinate space.
bool has_filled_rects ()
void clear_filled_rects ()
Clears the filled_rects 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_conformance::wire::FilledRect> & filled_rects ()
Describes the contents of the image. Rects are considered to be in
reverse z-order, i.e. successive elements are drawn on top of their
predecessors.
BuilderImpl & filled_rects (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_ui_test_conformance::wire::FilledRect>>> elem)
Describes the contents of the image. Rects are considered to be in
reverse z-order, i.e. successive elements are drawn on top of their
predecessors.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_conformance::wire::ImageProperties, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_conformance::wire::ImageProperties>> && frame)