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

Method parseExtensions

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

Source from the content-addressed store, hash-verified

88}
89
90void FITSFilter::parseExtensions(const QString& fileName, QTreeWidget* tw, bool checkPrimary) {
91 d->parseExtensions(fileName, tw, checkPrimary);
92}
93
94QList<FITSFilter::Keyword> FITSFilter::chduKeywords(const QString& fileName) {
95 return d->chduKeywords(fileName);

Callers 2

updateContentMethod · 0.80
openFileMethod · 0.80

Calls 8

valuesMethod · 0.80
addChildMethod · 0.45
flagsMethod · 0.45
childCountMethod · 0.45
setIconMethod · 0.45
setSelectedMethod · 0.45
childMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected