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

Method size

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

Source from the content-addressed store, hash-verified

174 }
175
176 fn size(&self) -> iced::Size<Length> {
177 iced::Size {
178 width: Length::Fill,
179 height: Length::Fill,
180 }
181 }
182
183 fn layout(
184 &mut self,

Callers 14

layoutMethod · 0.80
ensure_stagingMethod · 0.80
ensure_targetMethod · 0.80
view_tooltip_overlayMethod · 0.80
view_cursor_overlayMethod · 0.80
view_tick_labelsMethod · 0.80
label_buttonFunction · 0.80
x_axis_labelFunction · 0.80
y_axis_labelFunction · 0.80
rebuild_markersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected