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

Class Primitive

src/plot_widget.rs:1203–1206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201 ) -> impl Iterator<Item = &(HighlightPoint, Option<TooltipUiPayload>)> {
1202 self.hovered_points
1203 .iter()
1204 .chain(self.picked_points.iter())
1205 .filter_map(|(point_id, point_ctx)| {
1206 (!self.hidden_shapes.contains(&point_id.series_id)).then_some(point_ctx)
1207 })
1208 }
1209

Callers

nothing calls this directly

Implementers 1

plot_widget.rssrc/plot_widget.rs

Calls

no outgoing calls

Tested by

no test coverage detected