slint/api/sixtyfps-cpp/tests
Simon Hausmann 3bd5b0eadf Add support for recursive dependency tracking across PropertyTracker instances
By default PropertyTracker::evaluate() registers the currently
evaluating binding/tracker as a dependency. This should help with
repeaters and other scenarios where in the run-time we use property
trackers but want to track the overall "dirtyness" in the window with
regards to whether a redraw is needed or not.

The new evaluate_as_dependency_root() function allows skipping this
mechanism and is used for the two trackers in the window.
2021-03-25 12:29:19 +01:00
..
datastructures.cpp Add support for recursive dependency tracking across PropertyTracker instances 2021-03-25 12:29:19 +01:00
interpreter.cpp Fix Struct::iterator test to be order agnostic 2021-03-23 17:49:28 +01:00
test.60 Add ComponentCompiler::build_from_path 2021-03-19 17:26:19 +01:00