FSharp.Qualia


FSharp.Qualia

FSharp.Qualia Namespace

TypeDescription
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>
ModuleDescription
CollectionsHelper

Derived Collections helpers

Observable
ObservableExtensions
Utils
WpfApp

FSharp.Qualia.WPF Namespace

TypeDescription
DerivedCollectionSourceView<'Event, 'Element, 'Model>

WPF Collection view convenience class

ModuleDescription
DragDrop

Interop module with GongSolutions.Wpf.DragDrop

WPFCollectionsHelper

Helper for WPF Collections

Fork me on GitHub