mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Prepare the path element setup in the run-time for extensibility
Make the anonymous struct for the LineTo variant in the PathElement enum as separate structure, which can be introspected using rtto::FieldInfo.
This commit is contained in:
parent
9d9779ecde
commit
1ab71b8ca3
8 changed files with 39 additions and 22 deletions
|
@ -6,6 +6,7 @@
|
|||
namespace sixtyfps {
|
||||
|
||||
using internal::types::PathElement;
|
||||
using internal::types::PathLineTo;
|
||||
|
||||
struct PathElements
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue