MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / children

Method children

src/plot_overlay.rs:168–170  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

166 }
167
168 fn children(&self) -> Vec<Tree> {
169 self.content.as_widget().children()
170 }
171
172 fn diff(&self, tree: &mut Tree) {
173 self.content.as_widget().diff(tree);

Callers 5

operateMethod · 0.80
updateMethod · 0.80
mouse_interactionMethod · 0.80
drawMethod · 0.80
overlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected