template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 188 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::ContentBounds Build ()
Build and return the table. The builder should not be used after this.
bool has_size ()
void clear_size ()
Clears the size field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_math::wire::SizeU & size ()
The size of the content, defined in its parent view's coordinate space.
For example, a parent view with size 1280x800 is assumed to have a
useful coordinate space from (0, 0) to (1280, 800). A piece of content
that's one-fourth the area of the parent view would have size 640x400.
BuilderImpl & size (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_math::wire::SizeU>> elem)
The size of the content, defined in its parent view's coordinate space.
For example, a parent view with size 1280x800 is assumed to have a
useful coordinate space from (0, 0) to (1280, 800). A piece of content
that's one-fourth the area of the parent view would have size 640x400.
bool has_origin ()
void clear_origin ()
Clears the origin field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_math::wire::Vec & origin ()
The location of the top-left corner of the content's origin, defined in
the parent view's coordinate space.
Returning to the example above, we could position the content to cover
the bottom-right quadrant of the parent by assigning an origin of
(640, 400).
BuilderImpl & origin (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_math::wire::Vec>> elem)
The location of the top-left corner of the content's origin, defined in
the parent view's coordinate space.
Returning to the example above, we could position the content to cover
the bottom-right quadrant of the parent by assigning an origin of
(640, 400).
Protected Methods
void WireTableBaseBuilder< ::fuchsia_ui_test_conformance::wire::ContentBounds, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_ui_test_conformance::wire::ContentBounds>> && frame)