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

Function clear_hover_effect

src/plot_widget.rs:1270–1278  ·  view source on GitHub ↗
(widget: &PlotWidget, state: &mut PlotState, effects: &mut UpdateEffects)

Source from the content-addressed store, hash-verified

1268
1269impl std::fmt::Debug for Primitive {
1270 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
1271 f.debug_struct("Primitive")
1272 .field("instance_id", &self.instance_id)
1273 .finish_non_exhaustive()
1274 }
1275}
1276
1277#[derive(Default, Debug)]
1278struct UpdateEffects {
1279 needs_redraw: bool,
1280 hover_pick: Option<HoverPickEvent>,
1281 drag_event: Option<DragEvent>,

Callers 3

consume_gpu_pick_resultsFunction · 0.85
update_plot_programFunction · 0.85

Calls 1

is_emptyMethod · 0.80

Tested by

no test coverage detected