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

Method clear

src/frontend/datasources/FITSOptionsWidget.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void FITSOptionsWidget::clear() {
35 ui.twExtensions->clear();
36 ui.twPreview->clear();
37}
38
39QString FITSOptionsWidget::currentExtensionName() {
40 if (ui.twExtensions->currentItem() != nullptr && ui.twExtensions->currentItem()->text(0) != i18n("Primary header"))

Callers 15

updateGUIMethod · 0.45
openProjectMethod · 0.45
fillShareMenuMethod · 0.45
updateNotebookActionsMethod · 0.45
restoreDefaultsMethod · 0.45
updatePenStylesMethod · 0.45
updateBrushStylesMethod · 0.45
setSearchPathMethod · 0.45
clearUndoStackMethod · 0.45
retranslateUiMethod · 0.45
mainFunction · 0.45
setInfoElementsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected