MCPcopy Create free account
hub / github.com/Logicalshift/flowbetween / order_after

Method order_after

attic/animation/src/editor/keyframe_core.rs:905–964  ·  view source on GitHub ↗

Adds the specified element so that it appears after the `after` element, with the specified `parent`. If `after` is None, then the element is inserted at the start. If `parent` is none, the element is added to the main list for this frame, otherwise it's added to a group. The return value is the commands to send to the storage layer to perform this update.

(&mut self, element_id: ElementId, parent: Option<ElementId>, after: Option<ElementId>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

paint_fillMethod · 0.80
group_elementsMethod · 0.80
ungroup_elementMethod · 0.80
order_elementMethod · 0.80
apply_layer_cutMethod · 0.80

Calls 8

order_after_in_groupMethod · 0.80
unlink_elementMethod · 0.80
get_mutMethod · 0.80
push_elementMethod · 0.80
mapMethod · 0.80
idMethod · 0.45
cloneMethod · 0.45
invalidateMethod · 0.45

Tested by

no test coverage detected