Add workflow + examples + tests

This commit is contained in:
ArthurSonzogni
2025-04-24 03:02:10 +02:00
parent f128c442cc
commit 45bf24f8ea
10 changed files with 243 additions and 467 deletions

View File

@@ -42,8 +42,8 @@ class ComponentBase {
// Component hierarchy:
ComponentBase* Parent() const;
Component& ChildAt(int i);
int ChildCount() const;
Component& ChildAt(size_t i);
size_t ChildCount() const;
int Index() const;
void Add(Component children);
void Detach();