class SetViewPropertiesCmd
Defined at line 9752 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Sets the properties for a ViewHolder's attached View.
Constraints:
- `view_holder_id` refs a `ViewHolder`.
Public Methods
void SetViewPropertiesCmd (Storage_ storage)
void SetViewPropertiesCmd (uint32_t view_holder_id, ::fuchsia_ui_gfx::ViewProperties properties)
void SetViewPropertiesCmd ()
Default constructs a |SetViewPropertiesCmd| only if all of its members are default constructible.
Defined at line 9762 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetViewPropertiesCmd (SetViewPropertiesCmd && )
Defined at line 9765 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void SetViewPropertiesCmd (const SetViewPropertiesCmd & other)
SetViewPropertiesCmd & operator= (SetViewPropertiesCmd && )
Defined at line 9766 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
SetViewPropertiesCmd & operator= (const SetViewPropertiesCmd & other)
bool operator== (const SetViewPropertiesCmd & other)
bool operator!= (const SetViewPropertiesCmd & other)
uint32_t view_holder_id ()
uint32_t & view_holder_id ()
SetViewPropertiesCmd & view_holder_id (uint32_t value)
Setter for view_holder_id.
const ::fuchsia_ui_gfx::ViewProperties & properties ()
::fuchsia_ui_gfx::ViewProperties & properties ()
SetViewPropertiesCmd & properties (::fuchsia_ui_gfx::ViewProperties value)
Setter for properties.
void SetViewPropertiesCmd (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits