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

Method selectedROOTNames

src/frontend/datasources/ImportFileWidget.cpp:1571–1573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569}
1570
1571const QStringList ImportFileWidget::selectedROOTNames() const {
1572 return m_rootOptionsWidget->selectedNames();
1573}
1574
1575const QStringList ImportFileWidget::selectedXLSXRegionNames() const {
1576 return m_xlsxOptionsWidget->selectedXLSXRegionNames();

Callers 1

importToMethod · 0.80

Calls 1

selectedNamesMethod · 0.45

Tested by

no test coverage detected