class ViewHolderArgs
Defined at line 2323 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Represents an attachment point for a subgraph within a larger scene graph.
The `ViewHolder` can be attached to a Node as a child, and the contents of
the linked `View` will become a child of the Node as well.
Each `ViewHolder` is linked to a paired `View` via a shared token pair.
Usually the `ViewHolder` and its associated `View` 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
ViewHolderToken token
StringPtr debug_name
Public Methods
::std::unique_ptr<ViewHolderArgs> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ViewHolderArgs * value, size_t _offset)
zx_status_t Clone (ViewHolderArgs * result)