slint/api/cpp/include
Olivier Goffart fe38a1e97d C++: Fix and test the reset function on model adapter
They were causing infinite recursion because they were calling
themselves.

Also add the missing MapModel::reset

Yet another motivation for https://github.com/slint-ui/slint/issues/3888
as the code was mixing the `reset` function on the adapter meaning
"please re-apply the adapter filter/map/sort function" with the `reset`
function on Model which means "the subclass has changed and we should
notify listeners".

Fixes #4968
2024-03-28 11:11:57 +01:00
..
slint-interpreter.h C++ Interpreter: Add support for setting the translation domain 2024-02-22 16:58:38 +01:00
slint-platform.h C++: minimize/maximize/fullscreen API on Window 2024-02-22 13:17:50 +01:00
slint.h C++: Fix and test the reset function on model adapter 2024-03-28 11:11:57 +01:00
slint_brush.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slint_callbacks.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slint_color.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slint_config.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slint_image.h Add 9slice information at runtime 2024-02-13 14:46:27 +01:00
slint_interpreter.h C++: rename slint_intepreter.h to slint-interpreter.h 2023-07-27 15:42:11 +02:00
slint_pathdata.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slint_point.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slint_properties.h Fix build of generated C++ code when using transitions on int properties with esp-idf 2024-03-12 20:25:00 +01:00
slint_sharedvector.h C++: add a STD feature enabled by default 2023-07-18 12:44:20 +02:00
slint_size.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
slint_string.h Fix SharedString::end() throwing an exception when MSVC iterator debugging is enabled (#4017) 2023-11-27 18:11:55 +01:00
slint_testing.h Remove the test function for sending double_click 2024-01-24 10:20:06 +01:00
slint_timer.h cpp: Make Timer available to other FFI-exported types 2023-12-01 18:47:00 +01:00
slint_window.h Add an in-out boolean color-scheme property to Palette (#4701) 2024-03-26 15:44:22 +01:00
vtable.h Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00