Searched defs:policy (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-object.h391 * Set the policy under which this object will be orphan-collected.
394 * hyper-references pointing to them. The policy determines when this happens. Many objects
408 * @return the current collection policy in effect for this object
413 * Sets the orphan-collection policy in effect for this object.
415 * @param policy the new policy to adopt
419 void setCollectionPolicy(CollectionPolicy policy) { argument
420 _collection_policy = policy;
429 * If the current collection policy is COLLECT_WITH_PARENT, this function has no effect.

Completed in 68 milliseconds