slint/api/sixtyfps-cpp/include
Simon Hausmann 628e6fdb38 Add a BoxShadow element
This intends to provide a configurable rectangular "drop shadow". The
API is modeled after CSS/HTML5 Canvas where the element can be "bound"
to an existing rectangular shape (geometry and radius), the offset can
be used to place the shadow and color and blur configure the shadow.

The shadow's color fades into transparent.

TODO (in subsequent changes):
 * Documentation
 * Qt implementation
2021-01-26 13:56:12 +01:00
..
sixtyfps.h Add a BoxShadow element 2021-01-26 13:56:12 +01:00
sixtyfps_callbacks.h Rename emit_ to call_ for callback 2021-01-25 15:59:10 +01:00
sixtyfps_color.h Rename ARGBColor to RgbaColor 2020-11-23 11:47:47 +01:00
sixtyfps_pathdata.h Rename SharedArray to SharedVector 2020-12-18 10:26:07 +01:00
sixtyfps_properties.h Transitions in C++ 2020-11-20 11:38:03 +01:00
sixtyfps_resource.h Also do the comperty comparison in C++ 2020-10-31 14:36:38 +01:00
sixtyfps_sharedvector.h Rename SharedArray to SharedVector 2020-12-18 10:26:07 +01:00
sixtyfps_string.h Fix string comparison in C++ 2020-11-03 19:42:01 +01:00
sixtyfps_testing.h Propagate key event to parent if the item don't handle it 2021-01-26 13:17:04 +01:00
vtable.h Add ability to get the parent item from the vtable 2021-01-26 10:36:37 +01:00