Collects detached SVG DOM subtrees when no public handles retain them.
More...
#include "donner/svg/components/NodeLifetimeCollector.h"
Collects detached SVG DOM subtrees when no public handles retain them.
◆ Collect()
| void donner::svg::components::NodeLifetimeCollector::Collect |
( |
Registry & | registry | ) |
|
|
static |
Collect every queued detached subtree that has no public wrapper references.
- Parameters
-
| registry | Document registry. |
◆ Diagnostics()
Return current detached-node diagnostics for a document registry.
- Parameters
-
| registry | Document registry. |
◆ EnqueueDetachedRoot()
| void donner::svg::components::NodeLifetimeCollector::EnqueueDetachedRoot |
( |
Registry & | registry, |
|
|
Entity | detachedRoot ) |
|
static |
Queue a detached subtree root for future collection.
- Parameters
-
| registry | Document registry. |
| detachedRoot | Root entity of the detached subtree. |
The documentation for this class was generated from the following file: