class ViewArgs3
Defined at line 2284 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.
Clients self-identify their `View` with a `ViewRef`, which is a stable
identifier that may be cloned and passed to other components in a
feed-forward style. It is accompanied by a `ViewRefControl`, which Scenic
uses to signal `View` destruction across the system; the `ViewRefControl`
must be unique - do not clone it.
Public Members
ViewToken token
ViewRefControl control_ref
ViewRef view_ref
StringPtr debug_name
Public Methods
::std::unique_ptr<ViewArgs3> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ViewArgs3 * value, size_t _offset)
zx_status_t Clone (ViewArgs3 * result)