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

Method updateContent

src/frontend/datasources/FITSOptionsWidget.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void FITSOptionsWidget::updateContent(FITSFilter* filter, const QString& fileName) {
47 DEBUG(Q_FUNC_INFO << ", file name = " << STDSTRING(fileName));
48 ui.twExtensions->clear();
49 filter->parseExtensions(fileName, ui.twExtensions, true);
50 DEBUG(Q_FUNC_INFO << ", DONE");
51}
52
53/*!
54 updates the selected var name of a FITS file when the tree widget item is selected

Callers

nothing calls this directly

Calls 2

parseExtensionsMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected