refactor: extend Object property system and implement recursive property discovery in Vtk::Puppet archive

This commit is contained in:
AndreaRigoni
2026-04-03 08:54:37 +00:00
parent 6396bdfebf
commit a6a1539663
12 changed files with 459 additions and 272 deletions

View File

@@ -62,9 +62,9 @@ protected:
virtual void InstallPipe();
struct ContainerBoxData *d;
Content *m_Content;
bool m_BlockUpdate = false;
ContainerBox *m_Content;
ULIB_DECLARE_PROPERTIES(vtkContainerBox)
};
} // namespace Vtk