FSharp.Qualia
FSharp.Qualia Namespace
Type | Description |
DerivedCollection<'a, 'b> | Collection based on a source observable collection, with a mapping function. Each modification to the source collection will be reflected on the derived one. Replace, Move and Reset events are not handled correctly at the time. |
EventHandler<'Model> | Event handlers are either synchronous or asynchronous |
EventLoop<'Model, 'Event, 'Element> | The event loop itself, wiring all moving parts |
IDispatcher<'Event, 'Model> | Event dispatcher interface |
ReactiveProperty<'a> | Observable property holding the last value set. Setting the value will trigger an event in the embedded observable |
View<'Event, 'Element, 'Model> |
Module | Description |
CollectionsHelper | Derived Collections helpers |
Observable | |
ObservableExtensions | |
Utils | |
WpfApp |
FSharp.Qualia.WPF Namespace
Type | Description |
DerivedCollectionSourceView<'Event, 'Element, 'Model> | WPF Collection view convenience class |
Module | Description |
DragDrop | Interop module with GongSolutions.Wpf.DragDrop |
WPFCollectionsHelper | Helper for WPF Collections |