class AddLayerCmd
Defined at line 1149 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Add a layer to a layer stack.
Constraints:
- `layer_stack_id` refs a `LayerStack`.
- `layer_id` refs a `Layer`.
- The layer must not already belong to a different stack; it must first be
detached.
Public Members
uint32_t layer_stack_id
uint32_t layer_id
Public Methods
::std::unique_ptr<AddLayerCmd> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, AddLayerCmd * value, size_t _offset)
zx_status_t Clone (AddLayerCmd * result)