slint/api/cpp/include
Simon Hausmann af86f36157 Invert slint:🪟:WindowInner and PlatformWindow ownership
Previously: Window is an Rc<WindowInner>, which has an Rc<dyn
PLatformWindow> - and weak references the other way around.

Now: Rc<dyn PlatformWindow> is the root of window ownership. The impl
PlatformWindow has a slint::api::Window, which just holds a WindowInner.

This change is incomplete on a few levels, mainly that neither of the
code generators nor the interpreter is ported.
2022-08-19 15:07:27 +02:00
..
slint.h Invert slint:🪟:WindowInner and PlatformWindow ownership 2022-08-19 15:07:27 +02:00
slint_brush.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_callbacks.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_color.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_config.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_image.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_interpreter.h Invert slint:🪟:WindowInner and PlatformWindow ownership 2022-08-19 15:07:27 +02:00
slint_pathdata.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_point.h Use Point2D in the C++ ffi when setting the window position 2022-07-08 18:37:01 +02:00
slint_properties.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_sharedvector.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
slint_size.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_string.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_testing.h Update copyright information to reflect name change 2022-02-09 10:27:47 +01:00
vtable.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00