slint/api/sixtyfps-cpp/include
Simon Hausmann 10189a844c Make the C++ Value API a little less error prone
Yesterday I ended up accidentally constructing a Value with a string literal
and that turned into a boolean value, resulting in run-time panic.
A deleted `const void *` constructor prevents this by producing a compile error instead of
picking the boolean constructor.
2021-03-26 09:55:13 +01:00
..
sixtyfps.h Fix recurring C++ timers 2021-03-25 20:07:12 +01:00
sixtyfps_brush.h Fixup C++ build 2021-03-10 17:24:31 +01:00
sixtyfps_callbacks.h Handle native callbacks with return value 2021-01-26 17:05:30 +01:00
sixtyfps_color.h Add Color::brighter/darker functions 2021-02-24 10:49:27 +01:00
sixtyfps_image.h Rename Resource to ImageReference in the runtime 2021-03-11 10:06:23 +01:00
sixtyfps_interpreter.h Make the C++ Value API a little less error prone 2021-03-26 09:55:13 +01:00
sixtyfps_pathdata.h Added the two missing path sub-elements for quadratic and cubic curves 2021-01-28 14:14:24 +01:00
sixtyfps_properties.h Add support for recursive dependency tracking across PropertyTracker instances 2021-03-25 12:29:19 +01:00
sixtyfps_sharedvector.h Add SharedVector<T>::empty() and a constructor that takes an initializer list 2021-03-17 15:19:59 +01:00
sixtyfps_string.h Add a diagnostics getter to ComponentCompiler 2021-03-19 18:34:39 +01:00
sixtyfps_testing.h Change the C++ test API of the send_mouse_click 2021-01-29 16:55:48 +01:00
vtable.h Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00