class SetDisableClippingCmd
Defined at line 2358 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Set whether clipping should be disabled for the specified renderer. For a
newly-created renderer, clipping will NOT be disabled (i.e. it will be
enabled).
NOTE: this disables visual clipping only; objects are still clipped for the
purposes of hit-testing.
`renderer_id` refs the target renderer.
`disable_clipping` specifies whether the clipping should be disabled.
Public Methods
void SetDisableClippingCmd (Storage_ storage)
void SetDisableClippingCmd (uint32_t renderer_id, bool disable_clipping)
void SetDisableClippingCmd ()
Default constructs a |SetDisableClippingCmd| only if all of its members are default constructible.
Defined at line 2368 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetDisableClippingCmd (SetDisableClippingCmd && )
Defined at line 2371 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetDisableClippingCmd (const SetDisableClippingCmd & other)
SetDisableClippingCmd & operator= (SetDisableClippingCmd && )
Defined at line 2372 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
SetDisableClippingCmd & operator= (const SetDisableClippingCmd & other)
bool operator== (const SetDisableClippingCmd & other)
bool operator!= (const SetDisableClippingCmd & other)
uint32_t renderer_id ()
uint32_t & renderer_id ()
SetDisableClippingCmd & renderer_id (uint32_t value)
Setter for renderer_id.
bool disable_clipping ()
bool & disable_clipping ()
SetDisableClippingCmd & disable_clipping (bool value)
Setter for disable_clipping.
void SetDisableClippingCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits