egui/crates/egui_plot/src
Narcha 26c97a19a4
Expose `ClosestElem` and `PlotConfig` (#4380)
These two items are needed to implement the `PlotItem` trait (which is
already public) when using `PlotGeometry::Rects`.
Specifically, they are used in the return type of
`PlotItem::find_closest` and as arguments to `PlotItem::on_hover`, which
need to be implemented when using `PlotGeometry::Rects`.
2024-04-21 11:05:53 +02:00
..
items Expose `ClosestElem` and `PlotConfig` (#4380) 2024-04-21 11:05:53 +02:00
axis.rs Enforce writing username in TODO comments (#4235) 2024-03-26 11:48:24 +01:00
legend.rs Make `egui_plot::PlotMemory` public (#3871) 2024-01-23 09:47:47 +01:00
lib.rs Expose `ClosestElem` and `PlotConfig` (#4380) 2024-04-21 11:05:53 +02:00
memory.rs Plot items now have optional id which is returned in the plot's response when hovered (#3920) 2024-01-30 15:55:56 +01:00
plot_ui.rs Expose `PlotGeometry` in public API (#4193) 2024-03-21 12:27:18 +01:00
transform.rs Make `egui_plot::PlotItem` a public trait (#3943) 2024-02-02 14:38:35 +01:00