Module sixtyfps_corelib::model [−][src]
Expand description
Model and Repeater
Structs
An iterator over the elements of a model. This struct is created by the Model::iter() trait function.
Represent a handle to a view that listens to changes to a model. See Model::attach_peer
and ModelNotify
This field is put in a component when using the for
syntax
It helps instantiating the components C
Represent an item in a StandardListView
A model backed by a Vec<T>
Traits
A Model is providing Data for the Repeater or ListView elements of the .60
language
Component that can be instantiated by a repeater.