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

Method parse

src/backend/datasources/filters/NetCDFFilter.cpp:128–130  ·  view source on GitHub ↗

! parses the content of the file \c ileName. */

Source from the content-addressed store, hash-verified

126 parses the content of the file \c ileName.
127*/
128void NetCDFFilter::parse(const QString& fileName, QTreeWidgetItem* rootItem) {
129 d->parse(fileName, rootItem);
130}
131
132/*!
133 reads the content of the selected attribute from file \c fileName.

Callers

nothing calls this directly

Calls 3

QStringClass · 0.70
setIconMethod · 0.45
addChildMethod · 0.45

Tested by

no test coverage detected