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

Method selectedNetCDFNames

src/frontend/datasources/ImportFileWidget.cpp:1563–1565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561// }
1562
1563const QStringList ImportFileWidget::selectedNetCDFNames() const {
1564 return m_netcdfOptionsWidget->selectedNames();
1565}
1566
1567const QStringList ImportFileWidget::selectedMatioNames() const {
1568 return m_matioOptionsWidget->selectedNames();

Callers 1

importToMethod · 0.80

Calls 1

selectedNamesMethod · 0.45

Tested by

no test coverage detected