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

Method selectedMatioNames

src/frontend/datasources/ImportFileWidget.cpp:1567–1569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565}
1566
1567const QStringList ImportFileWidget::selectedMatioNames() const {
1568 return m_matioOptionsWidget->selectedNames();
1569}
1570
1571const QStringList ImportFileWidget::selectedROOTNames() const {
1572 return m_rootOptionsWidget->selectedNames();

Callers 1

importToMethod · 0.80

Calls 1

selectedNamesMethod · 0.45

Tested by

no test coverage detected