slint/api
Simon Hausmann c16253d29f Use Property<LogicalLength> instead of Property<Coord>
This removes the special code for the generated property getters and
ensures type safety in the run-time library for property value setting.

In the Rust generated code we continue to do arithmetic on the scalar
values, that means we immediately extract the scalar, do arithmetic and
rely on the compiler to only allow compatible units.

Danger zone alert: In the interpreter Value::Number can now be converted
to LogicalLength as-is.
2022-10-24 12:49:37 +02:00
..
cpp Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
node Fix broken link to nodejs example 2022-10-12 22:26:23 +02:00
rs Use Property<LogicalLength> instead of Property<Coord> 2022-10-24 12:49:37 +02:00
wasm-interpreter Enforce the signature of the file load callback in the wasm build of the interpreter and the lsp 2022-09-30 13:24:04 +02:00