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

Method rowsInCurrentObject

src/backend/datasources/filters/ROOTFilter.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70int ROOTFilter::rowsInCurrentObject(const QString& fileName) const {
71 return d->rowsInCurrentObject(fileName);
72}
73
74void ROOTFilter::setStartRow(const int s) {
75 d->startRow = s;

Callers 1

refreshPreviewMethod · 0.80

Calls 2

histogramBinsMethod · 0.80
treeEntriesMethod · 0.80

Tested by

no test coverage detected