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

Method clearRows

pj_widgets/src/LayerListView.cpp:350–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void LayerListView::clearRows() {
351 detachItemWidgets(list_);
352 list_->clear();
353 items_.clear();
354 updateMinimumHeight();
355}
356
357void LayerListView::updateMinimumHeight() {
358 // Fixed (min == max) so the layout can neither stretch the list to its

Callers 3

bindDockMethod · 0.80
bindDockMethod · 0.80
rebuildLayerListMethod · 0.80

Calls 2

detachItemWidgetsFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected