mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
Refactoring: define macro rules to group builtin structs
apply new macro for struct declaration, type register, doc generation, cpp header generation, struct-value conversion.
This commit is contained in:
parent
3e79b6957c
commit
37488f015d
15 changed files with 483 additions and 254 deletions
|
|
@ -10,6 +10,7 @@ struct PropertyAnimation;
|
|||
}
|
||||
|
||||
#include "slint_properties_internal.h"
|
||||
#include "slint_builtin_structs_internal.h"
|
||||
|
||||
namespace slint::private_api {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue