class SetHitTestBehaviorCmd
Defined at line 9012 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Sets a node's hit test behavior.
Discussion:
By default, hit testing is performed on the node's content, its parts,
and its children.
Public Methods
void SetHitTestBehaviorCmd (Storage_ storage)
void SetHitTestBehaviorCmd (uint32_t node_id, ::fuchsia_ui_gfx::HitTestBehavior hit_test_behavior)
void SetHitTestBehaviorCmd ()
Default constructs a |SetHitTestBehaviorCmd| only if all of its members are default constructible.
Defined at line 9022 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetHitTestBehaviorCmd (SetHitTestBehaviorCmd && )
Defined at line 9025 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetHitTestBehaviorCmd (const SetHitTestBehaviorCmd & other)
SetHitTestBehaviorCmd & operator= (SetHitTestBehaviorCmd && )
Defined at line 9026 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
SetHitTestBehaviorCmd & operator= (const SetHitTestBehaviorCmd & other)
bool operator== (const SetHitTestBehaviorCmd & other)
bool operator!= (const SetHitTestBehaviorCmd & other)
uint32_t node_id ()
uint32_t & node_id ()
SetHitTestBehaviorCmd & node_id (uint32_t value)
Setter for node_id.
::fuchsia_ui_gfx::HitTestBehavior hit_test_behavior ()
::fuchsia_ui_gfx::HitTestBehavior & hit_test_behavior ()
SetHitTestBehaviorCmd & hit_test_behavior (::fuchsia_ui_gfx::HitTestBehavior value)
Setter for hit_test_behavior.
void SetHitTestBehaviorCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits