class ViewPropertiesChangedEvent
Defined at line 10573 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Delivered when the parent ViewHolder for the given View makes a change to
the View's properties.
Public Methods
void ViewPropertiesChangedEvent (Storage_ storage)
void ViewPropertiesChangedEvent (uint32_t view_id, ::fuchsia_ui_gfx::ViewProperties properties)
void ViewPropertiesChangedEvent ()
Default constructs a |ViewPropertiesChangedEvent| only if all of its members are default constructible.
Defined at line 10583 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void ViewPropertiesChangedEvent (ViewPropertiesChangedEvent && )
Defined at line 10586 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void ViewPropertiesChangedEvent (const ViewPropertiesChangedEvent & other)
ViewPropertiesChangedEvent & operator= (ViewPropertiesChangedEvent && )
Defined at line 10587 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
ViewPropertiesChangedEvent & operator= (const ViewPropertiesChangedEvent & other)
bool operator== (const ViewPropertiesChangedEvent & other)
bool operator!= (const ViewPropertiesChangedEvent & other)
uint32_t view_id ()
uint32_t & view_id ()
ViewPropertiesChangedEvent & view_id (uint32_t value)
Setter for view_id.
const ::fuchsia_ui_gfx::ViewProperties & properties ()
::fuchsia_ui_gfx::ViewProperties & properties ()
ViewPropertiesChangedEvent & properties (::fuchsia_ui_gfx::ViewProperties value)
Setter for properties.
void ViewPropertiesChangedEvent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits