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

Method selectedXLSXRegionNames

src/frontend/datasources/ImportFileWidget.cpp:1575–1577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1573}
1574
1575const QStringList ImportFileWidget::selectedXLSXRegionNames() const {
1576 return m_xlsxOptionsWidget->selectedXLSXRegionNames();
1577}
1578
1579const QStringList ImportFileWidget::selectedOdsSheetNames() const {
1580 return m_odsOptionsWidget->selectedOdsSheetNames();

Callers 2

importToMethod · 0.45
selectedObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected