MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / rowFromLayerInfo

Function rowFromLayerInfo

pj_app/src/ui/Scene3DConfigPanel.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154[[nodiscard]] LayerRow rowFromLayerInfo(const SceneLayerInfo& info) {
155 return LayerRow{
156 .id = static_cast<qint64>(info.topic_id.id),
157 .name = info.display_name,
158 .visible = info.visible,
159 };
160}
161
162DoubleScrubber* makeScrubber(double min, double max, double step, double value) {
163 auto* scrubber = new DoubleScrubber;

Callers 2

rebuildLayerListMethod · 0.85
onLayerAddedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected