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

Method parseHeader

src/backend/datasources/filters/FITSFilter.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void FITSFilter::parseHeader(const QString& fileName, QTableWidget* headerEditTable, bool readKeys, const QList<Keyword>& keys) {
87 d->parseHeader(fileName, headerEditTable, readKeys, keys);
88}
89
90void FITSFilter::parseExtensions(const QString& fileName, QTreeWidget* tw, bool checkPrimary) {
91 d->parseExtensions(fileName, tw, checkPrimary);

Callers 1

fillTableMethod · 0.80

Calls 7

setRowCountMethod · 0.45
sizeMethod · 0.45
containsMethod · 0.45
textMethod · 0.45
flagsMethod · 0.45
isEmptyMethod · 0.45
indexOfMethod · 0.45

Tested by

no test coverage detected