class ViewArgs

Defined at line 2244 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h

Represents the root of a subgraph within a larger scene graph. Nodes can be

attached to the `View` as children, and these Nodes will have the `View`s'

coordinate transform applied to their own, in addition to being clipped to

the `View`s' bounding box.

See `ViewProperties`.

Each `View` is linked to a paired `ViewHolder` via a shared token pair.

Usually the `View` and its associated `ViewHolder` exist in separate

processes. By combining them, the UI for an entire system can be built

using content contributed from many different processes.

Public Members

ViewToken token
StringPtr debug_name

Public Methods

::std::unique_ptr<ViewArgs> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ViewArgs * value, size_t _offset)
zx_status_t Clone (ViewArgs * result)