slint/api/cpp/include
Simon Hausmann baba30370a Simplify C++ WindowAdapter <> Renderer interface further
Instead of the WindowAdapter being a template for a concept, let's just
use an abstract base class for the renderer. Since we provide the
renderers, this simplifies two things:

- Ownership becomes clear to the user by creating the renderer instance
in a field of theirs.
- All template use goes away on the user side.
2023-05-21 14:40:43 +02:00
..
slint.h Remove the WindowAdapter from the renderer constructor 2023-05-21 14:40:43 +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 C++: Warn when the return value of slint::Image::load_from_path is not used 2023-05-10 11:46:00 +02:00
slint_interpreter.h Don't use old syntax in docs 2023-04-06 17:06:46 +02:00
slint_pathdata.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_platform.h Simplify C++ WindowAdapter <> Renderer interface further 2023-05-21 14:40:43 +02:00
slint_point.h c++: Turn (Logical|Physical)(Size|Position)` into structs 2022-09-13 18:17:56 +02:00
slint_properties.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_sharedvector.h C++: optimize SharedVector's iterator constructor 2023-05-17 09:23:17 +02:00
slint_size.h c++: Turn (Logical|Physical)(Size|Position)` into structs 2022-09-13 18:17:56 +02:00
slint_string.h Run clang-format over C++ files 2022-08-17 07:44:22 +02:00
slint_testing.h C++: use size_t everywhere as index in our models 2023-02-07 15:25:44 +01:00
vtable.h Fix C++ formatting 2023-04-24 18:02:55 +02:00