class ViewDetachedFromSceneEvent
Defined at line 1791 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Delivered to a View's Session when the parent ViewHolder for the given View
is no longer part of a scene.
This can happen if the ViewHolder is detached directly from the scene, or
if one of its parent nodes is.
A ViewHolder is considered to be part of a Scene if there is an unbroken
chain of parent-child relationships between the Scene node and the
ViewHolder node.
Public Members
uint32_t view_id
Public Methods
::std::unique_ptr<ViewDetachedFromSceneEvent> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ViewDetachedFromSceneEvent * value, size_t _offset)
zx_status_t Clone (ViewDetachedFromSceneEvent * result)