class SendSizeChangeHintCmdHack
Defined at line 648 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Sends a hint about a pending size change to the given node and all nodes
below. This is generally sent before an animation.
`width_change_factor` and `height_change_factor` is how much bigger or smaller
the item is expected to be in the near future. This one number encapsulate
both changes in scale, as well as changes to layout width and height.
Public Methods
void SendSizeChangeHintCmdHack (Storage_ storage)
void SendSizeChangeHintCmdHack (uint32_t node_id, float width_change_factor, float height_change_factor)
void SendSizeChangeHintCmdHack ()
Default constructs a |SendSizeChangeHintCmdHack| only if all of its members are default constructible.
Defined at line 658 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SendSizeChangeHintCmdHack (SendSizeChangeHintCmdHack && )
Defined at line 661 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SendSizeChangeHintCmdHack (const SendSizeChangeHintCmdHack & other)
SendSizeChangeHintCmdHack & operator= (SendSizeChangeHintCmdHack && )
Defined at line 662 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
SendSizeChangeHintCmdHack & operator= (const SendSizeChangeHintCmdHack & other)
bool operator== (const SendSizeChangeHintCmdHack & other)
bool operator!= (const SendSizeChangeHintCmdHack & other)
uint32_t node_id ()
uint32_t & node_id ()
SendSizeChangeHintCmdHack & node_id (uint32_t value)
Setter for node_id.
float width_change_factor ()
float & width_change_factor ()
SendSizeChangeHintCmdHack & width_change_factor (float value)
Setter for width_change_factor.
float height_change_factor ()
float & height_change_factor ()
SendSizeChangeHintCmdHack & height_change_factor (float value)
Setter for height_change_factor.
void SendSizeChangeHintCmdHack (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits