slint/sixtyfps_compiler/generator
Simon Hausmann 11d46bcc23 Hide Property<T> and PropertyTracker<T> from the public C++ API
Move those two classes into the private_api namespace, which is excluded
from the API reference documentation.

For generate code the explicit qualification of Property<T> is changed,
for the cbindgen generated item types the private_api namespace is
pulled into the cbindgen_private namespace.
2021-06-21 12:58:01 +02:00
..
cpp.rs Hide Property<T> and PropertyTracker<T> from the public C++ API 2021-06-21 12:58:01 +02:00
rust.rs Allow accessing the width and height of the image in .60 2021-06-21 11:22:50 +02:00