class ViewState
Defined at line 10638 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Represents the state of a View in Scenic.
Public Methods
void ViewState (Storage_ storage)
void ViewState (bool is_rendering)
void ViewState ()
Default constructs a |ViewState| only if all of its members are default constructible.
Defined at line 10648 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void ViewState (ViewState && )
Defined at line 10651 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void ViewState (const ViewState & other)
ViewState & operator= (ViewState && )
Defined at line 10652 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
ViewState & operator= (const ViewState & other)
bool operator== (const ViewState & other)
bool operator!= (const ViewState & other)
bool is_rendering ()
Whether the View is rendering. Default is false. Delivered to the View's
corresponding ViewHolder after the View's first frame render request.
bool & is_rendering ()
Whether the View is rendering. Default is false. Delivered to the View's
corresponding ViewHolder after the View's first frame render request.
ViewState & is_rendering (bool value)
Whether the View is rendering. Default is false. Delivered to the View's
corresponding ViewHolder after the View's first frame render request.
void ViewState (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits