MCPcopy Create free account
hub / github.com/KDE/labplot / updateContent

Method updateContent

src/frontend/datasources/ROOTOptionsWidget.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void ROOTOptionsWidget::updateContent(ROOTFilter* filter, const QString& fileName) {
58 DEBUG(Q_FUNC_INFO);
59
60 qDeleteAll(histItem->takeChildren());
61 qDeleteAll(treeItem->takeChildren());
62 fillTree(histItem, filter->listHistograms(fileName));
63 fillTree(treeItem, filter->listTrees(fileName));
64 leaves = findLeaves(treeItem, filter, fileName);
65}
66
67void ROOTOptionsWidget::rootObjectSelectionChanged() {
68 DEBUG("rootObjectSelectionChanged()");

Callers

nothing calls this directly

Calls 4

fillTreeFunction · 0.85
findLeavesFunction · 0.85
listHistogramsMethod · 0.80
listTreesMethod · 0.80

Tested by

no test coverage detected