MCPcopy Create free account
hub / github.com/JakkuSakura/plotters-gpui / MainViewer

Class MainViewer

examples/3d-plot.rs:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11use std::rc::Rc;
12
13struct MainViewer {
14 figure: Entity<PlottersDrawAreaViewer>,
15}
16
17impl MainViewer {
18 fn new(model: Rc<RwLock<PlottersDrawAreaModel>>, cx: &mut App) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected