Re: Question about RS_EntityContainer
Posted by
johnfound on
Dec 29, 2024; 11:34pm
URL: https://forum.librecad.org/Question-about-RS-EntityContainer-tp5725899p5725903.html
dxli wrote
When reparenting, reparenting the contains meaning overriding the case 1, and enforcing for case 2.
The reparenting does not affects the ownership at all. It is simply a back pointer in the tree. The forward traversing of the tree is by following items from the QList entities, the back traversing is by following the parent fields.
So, should reparenting break the back links of the tree?