class SetClipPlanesCmd
Defined at line 6308 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Sets the list of clip planes that apply to a Node and all of its children. Replaces
the list set by any previous SetClipPlanesCmd.
- `node_id` refs a `Node` with the has_clip characteristic.
- `clip_planes` is the new list of oriented clip planes.
Public Methods
void SetClipPlanesCmd (Storage_ storage)
void SetClipPlanesCmd (uint32_t node_id, ::std::vector< ::fuchsia_ui_gfx::Plane3> clip_planes)
void SetClipPlanesCmd ()
Default constructs a |SetClipPlanesCmd| only if all of its members are default constructible.
Defined at line 6318 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetClipPlanesCmd (SetClipPlanesCmd && )
Defined at line 6321 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetClipPlanesCmd (const SetClipPlanesCmd & other)
SetClipPlanesCmd & operator= (SetClipPlanesCmd && )
Defined at line 6322 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
SetClipPlanesCmd & operator= (const SetClipPlanesCmd & other)
bool operator== (const SetClipPlanesCmd & other)
bool operator!= (const SetClipPlanesCmd & other)
uint32_t node_id ()
uint32_t & node_id ()
SetClipPlanesCmd & node_id (uint32_t value)
Setter for node_id.
const ::std::vector< ::fuchsia_ui_gfx::Plane3> & clip_planes ()
::std::vector< ::fuchsia_ui_gfx::Plane3> & clip_planes ()
SetClipPlanesCmd & clip_planes (::std::vector< ::fuchsia_ui_gfx::Plane3> value)
Setter for clip_planes.
void SetClipPlanesCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits